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:
bc2fd33
)
b=11706
author
green
<green>
Fri, 29 Jun 2007 04:06:24 +0000
(
04:06
+0000)
committer
green
<green>
Fri, 29 Jun 2007 04:06:24 +0000
(
04:06
+0000)
r=eeb,adilger
do not panic if pinger set changed reply status. The only valid action
is to check if reply was actually processed.
lustre/ptlrpc/pinger.c
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/pinger.c
b/lustre/ptlrpc/pinger.c
index
77507ca
..
17bb313
100644
(file)
--- a/
lustre/ptlrpc/pinger.c
+++ b/
lustre/ptlrpc/pinger.c
@@
-557,7
+557,7
@@
do_check_set:
req = list_entry(iter, struct ptlrpc_request,
rq_set_chain);
- if (req->rq_
replied
)
+ if (req->rq_
phase == RQ_PHASE_COMPLETE
)
continue;
req->rq_phase = RQ_PHASE_COMPLETE;