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>
This commit is contained in:
@@ -343,7 +343,7 @@ void afs_dispatch_give_up_callbacks(struct work_struct *work)
|
||||
* had callbacks entirely, and the server will call us later to break
|
||||
* them
|
||||
*/
|
||||
afs_fs_give_up_callbacks(server, &afs_async_call);
|
||||
afs_fs_give_up_callbacks(server, true);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user