Whamcloud - gitweb
branch: b1_6
authorericm <ericm>
Fri, 11 Apr 2008 19:03:15 +0000 (19:03 +0000)
committerericm <ericm>
Fri, 11 Apr 2008 19:03:15 +0000 (19:03 +0000)
Do not skip at_check_timed in AT_OFF mode, early replies might still be
sent out until affected RPCs will drain eventually.
b=15341
r=nathan
r=rread

lustre/ptlrpc/service.c

index 79201af..9d8c811 100644 (file)
@@ -777,9 +777,6 @@ static int ptlrpc_at_check_timed(struct ptlrpc_service *svc)
         int first, counter = 0;
         ENTRY;
 
-        if (AT_OFF) 
-                RETURN(0);
-
         spin_lock(&svc->srv_at_lock);
         if (svc->srv_at_check == 0) {
                 spin_unlock(&svc->srv_at_lock);