afs: Switch the naming of call->iter and call->_iter
authorDavid Howells <dhowells@redhat.com>
Thu, 21 Nov 2019 09:12:17 +0000 (09:12 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 21 Nov 2019 09:12:17 +0000 (09:12 +0000)
commitfc276122496df13341c1429fbd430d02462815c8
treef89bf9a4b6a558e2cf509124bccf762aba91c2f1
parent1b87b025b4cdae7851cbb0f1111543ffc49a0d48
afs: Switch the naming of call->iter and call->_iter

Change the name of call->iter to call->def_iter to represent the default
iterator.

Change the name of call->_iter to call->iter to represent the iterator
actually being used.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/cmservice.c
fs/afs/fsclient.c
fs/afs/internal.h
fs/afs/rxrpc.c
fs/afs/vlclient.c
fs/afs/yfsclient.c