afs: Don't put afs_call in afs_wait_for_call_to_complete()
authorDavid Howells <dhowells@redhat.com>
Thu, 26 Oct 2023 08:54:07 +0000 (09:54 +0100)
committerDavid Howells <dhowells@redhat.com>
Sun, 24 Dec 2023 15:22:53 +0000 (15:22 +0000)
commit6f2ff7e89bd05677f4c08fccafcf625ca3e09c1c
treed1e9ddf29f02e24ad17379b67238c319c44baf45
parent2de5599f63babb416e09b1a6be429a47910dd47c
afs: Don't put afs_call in afs_wait_for_call_to_complete()

Don't put the afs_call struct in afs_wait_for_call_to_complete() but rather
have the caller do it.  This will allow the caller to fish stuff out of the
afs_call struct rather than the afs_addr_cursor struct, thereby allowing a
subsequent patch to subsume it.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
fs/afs/fs_operation.c
fs/afs/fsclient.c
fs/afs/internal.h
fs/afs/rxrpc.c
fs/afs/vlclient.c