]> git.baikalelectronics.ru Git - kernel.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)
commitb42e976f9e62da9daa8a61a8e84f9c3fa0e395c6
tree404b8b1ba4bf7f69a5d21a6bddafcd48d63b67ea
parent4e5e6735f057063d31488007ba3ec455480496b9
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