瀏覽代碼

Orangefs: remove vestigial ASYNC code

Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Mike Marshall 9 年之前
父節點
當前提交
ddb84da38d
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      fs/orangefs/waitqueue.c

+ 0 - 7
fs/orangefs/waitqueue.c

@@ -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);