]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/afs/vl_probe.c
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)
commit0b9bf3812ad1f0d937584e300826285694f53e2b
tree9c92ffe7329d7a563c182b8c4b7beb776683888c
parentcd8dead0c39457e58ec1d36db93aedca811d48f1
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