aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs/waitqueue.c
diff options
context:
space:
mode:
authorMike Marshall <hubcap@omnibond.com>2016-02-16 17:10:28 -0500
committerMike Marshall <hubcap@omnibond.com>2016-02-19 13:45:55 -0500
commitddb84da38d0f050ff3582d5bb5e70cc7f2c6ef18 (patch)
tree388ebad82acac46d237529f569d1d9f232be9698 /fs/orangefs/waitqueue.c
parentOrangefs: make some gossip statements more helpful. (diff)
downloadlinux-dev-ddb84da38d0f050ff3582d5bb5e70cc7f2c6ef18.tar.xz
linux-dev-ddb84da38d0f050ff3582d5bb5e70cc7f2c6ef18.zip
Orangefs: remove vestigial ASYNC code
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/waitqueue.c')
-rw-r--r--fs/orangefs/waitqueue.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/orangefs/waitqueue.c b/fs/orangefs/waitqueue.c
index 2c47f159d1d8..d980240b0fa7 100644
--- 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);