]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
Orangefs: remove vestigial ASYNC code
authorMike Marshall <hubcap@omnibond.com>
Tue, 16 Feb 2016 22:10:28 +0000 (17:10 -0500)
committerMike 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

index 2c47f159d1d8e7aef437974b48a34540fdd5e929..d980240b0fa78ec39c516e768ce5ef896a16ce89 100644 (file)
@@ -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);