afs: Use call->_iter not &call->iter in debugging statements
authorDavid Howells <dhowells@redhat.com>
Thu, 21 Nov 2019 09:12:16 +0000 (09:12 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 21 Nov 2019 09:12:16 +0000 (09:12 +0000)
commit1b87b025b4cdae7851cbb0f1111543ffc49a0d48
tree25b791d045ba5f302eb83e3d315cf2b8b4802c67
parenta99d8080aaf358d5d23581244e5da23b35e340b9
afs: Use call->_iter not &call->iter in debugging statements

Use call->_iter not &call->iter in debugging statements as the latter is a
convenience iter whereas the former represents we're actually doing at the
moment.

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