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:
58a916e
)
branch: HEAD
author
ericm
<ericm>
Thu, 3 Sep 2009 19:51:58 +0000
(19:51 +0000)
committer
ericm
<ericm>
Thu, 3 Sep 2009 19:51:58 +0000
(19:51 +0000)
OBD_FAIL_PTLRPC_PAUSE_REQ to ignore ping.
b=13520
r=nathan
r=wangdi
lustre/ptlrpc/service.c
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/service.c
b/lustre/ptlrpc/service.c
index
9061888
..
799b462
100644
(file)
--- a/
lustre/ptlrpc/service.c
+++ b/
lustre/ptlrpc/service.c
@@
-1571,7
+1571,8
@@
ptlrpc_server_handle_request(struct ptlrpc_service *svc,
libcfs_id2str(request->rq_peer),
lustre_msg_get_opc(request->rq_reqmsg));
- OBD_FAIL_TIMEOUT_MS(OBD_FAIL_PTLRPC_PAUSE_REQ, obd_fail_val);
+ if (lustre_msg_get_opc(request->rq_reqmsg) != OBD_PING)
+ OBD_FAIL_TIMEOUT_MS(OBD_FAIL_PTLRPC_PAUSE_REQ, obd_fail_val);
rc = svc->srv_handler(request);