commit | 0b9bf3812ad1f0d937584e300826285694f53e2b | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Apr 25 14:26:50 2019 +0100 |
committer | David Howells <dhowells@redhat.com> | Thu Apr 25 14:26:50 2019 +0100 |
tree | 9c92ffe7329d7a563c182b8c4b7beb776683888c | |
parent | cd8dead0c39457e58ec1d36db93aedca811d48f1 [diff] |
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>