From 28844d3747f231f4b75a2d4a047210e6a3f5ea67 Mon Sep 17 00:00:00 2001
From: ericm <ericm>
Date: Fri, 11 Apr 2008 19:03:15 +0000
Subject: [PATCH] branch: b1_6 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 | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lustre/ptlrpc/service.c b/lustre/ptlrpc/service.c
index 79201af650..9d8c81181d 100644
--- a/lustre/ptlrpc/service.c
+++ b/lustre/ptlrpc/service.c
@@ -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);
-- 
GitLab