]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
afs: Kill afs_wait_mode
authorDavid Howells <dhowells@redhat.com>
Thu, 5 Jan 2017 10:38:36 +0000 (10:38 +0000)
committerDavid Howells <dhowells@redhat.com>
Mon, 9 Jan 2017 11:10:02 +0000 (11:10 +0000)
commit56ff9c837778ba2cf76f29c966856a9341e5939d
tree404b8b1ba4bf7f69a5d21a6bddafcd48d63b67ea
parent8e8d7f13b6d5a93b3d2cf9a4ceaaf923809fd5ac
afs: Kill afs_wait_mode

The afs_wait_mode struct isn't really necessary.  Client calls only use one
of a choice of two (synchronous or the asynchronous) and incoming calls
don't use the wait at all.  Replace with a boolean parameter.

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