mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 22:58:29 +00:00
Orangefs: remove vestigial ASYNC code
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
This commit is contained in:
parent
5253487e04
commit
ddb84da38d
1 changed files with 0 additions and 7 deletions
|
@ -112,13 +112,6 @@ retry_servicing:
|
||||||
if (!(flags & ORANGEFS_OP_NO_SEMAPHORE))
|
if (!(flags & ORANGEFS_OP_NO_SEMAPHORE))
|
||||||
mutex_unlock(&request_mutex);
|
mutex_unlock(&request_mutex);
|
||||||
|
|
||||||
/*
|
|
||||||
* If we are asked to service an asynchronous operation from
|
|
||||||
* VFS perspective, we are done.
|
|
||||||
*/
|
|
||||||
if (flags & ORANGEFS_OP_ASYNC)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
ret = wait_for_matching_downcall(op, timeout,
|
ret = wait_for_matching_downcall(op, timeout,
|
||||||
flags & ORANGEFS_OP_INTERRUPTIBLE);
|
flags & ORANGEFS_OP_INTERRUPTIBLE);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue