commit | 56ff9c837778ba2cf76f29c966856a9341e5939d | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Jan 05 10:38:36 2017 +0000 |
committer | David Howells <dhowells@redhat.com> | Mon Jan 09 11:10:02 2017 +0000 |
tree | 404b8b1ba4bf7f69a5d21a6bddafcd48d63b67ea | |
parent | 8e8d7f13b6d5a93b3d2cf9a4ceaaf923809fd5ac [diff] |
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>