Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0409338
)
branch: b1_6
author
ericm
<ericm>
Fri, 11 Apr 2008 19:03:15 +0000
(19:03 +0000)
committer
ericm
<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
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/service.c
b/lustre/ptlrpc/service.c
index
79201af
..
9d8c811
100644
(file)
--- 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);