From ddb84da38d0f050ff3582d5bb5e70cc7f2c6ef18 Mon Sep 17 00:00:00 2001 From: Mike Marshall Date: Tue, 16 Feb 2016 17:10:28 -0500 Subject: Orangefs: remove vestigial ASYNC code Signed-off-by: Mike Marshall --- fs/orangefs/waitqueue.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'fs/orangefs/waitqueue.c') diff --git a/fs/orangefs/waitqueue.c b/fs/orangefs/waitqueue.c index 2c47f15..d980240 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); -- cgit v1.1