projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5253487
)
Orangefs: remove vestigial ASYNC code
author
Mike Marshall
<hubcap@omnibond.com>
Tue, 16 Feb 2016 22:10:28 +0000
(17:10 -0500)
committer
Mike Marshall
<hubcap@omnibond.com>
Fri, 19 Feb 2016 18:45:55 +0000
(13:45 -0500)
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
fs/orangefs/waitqueue.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/orangefs/waitqueue.c
b/fs/orangefs/waitqueue.c
index 2c47f159d1d8e7aef437974b48a34540fdd5e929..d980240b0fa78ec39c516e768ce5ef896a16ce89 100644
(file)
--- a/
fs/orangefs/waitqueue.c
+++ b/
fs/orangefs/waitqueue.c
@@
-112,13
+112,6
@@
retry_servicing:
if (!(flags & ORANGEFS_OP_NO_SEMAPHORE))
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,
flags & ORANGEFS_OP_INTERRUPTIBLE);