]> git.baikalelectronics.ru Git - kernel.git/commit
afs: Split wait from afs_make_call()
authorDavid Howells <dhowells@redhat.com>
Thu, 25 Apr 2019 13:26:50 +0000 (14:26 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 25 Apr 2019 13:26:50 +0000 (14:26 +0100)
commite81ef8b91d7aa6cabfc59f1b2d0c68972552433b
tree9c92ffe7329d7a563c182b8c4b7beb776683888c
parentd0dee3647771d5ff29902dbecbc9b1471cf4dc60
afs: Split wait from afs_make_call()

Split the call to afs_wait_for_call_to_complete() from afs_make_call() to
make it easier to handle asynchronous calls and to make it easier to
convert a synchronous call to an asynchronous one in future, for instance
when someone tries to interrupt an operation by pressing Ctrl-C.

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