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:
993362b
)
Branch b1_8
author
johann
<johann>
Wed, 14 Oct 2009 09:18:57 +0000
(09:18 +0000)
committer
johann
<johann>
Wed, 14 Oct 2009 09:18:57 +0000
(09:18 +0000)
b=20816
Revert patch from bug 13520 because of 20816.
lustre/ptlrpc/service.c
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/service.c
b/lustre/ptlrpc/service.c
index
c824182
..
ae5f648
100644
(file)
--- a/
lustre/ptlrpc/service.c
+++ b/
lustre/ptlrpc/service.c
@@
-1340,8
+1340,7
@@
ptlrpc_server_handle_request(struct ptlrpc_service *svc,
libcfs_id2str(request->rq_peer),
lustre_msg_get_opc(request->rq_reqmsg));
- if (lustre_msg_get_opc(request->rq_reqmsg) != OBD_PING)
- OBD_FAIL_TIMEOUT_MS(OBD_FAIL_PTLRPC_PAUSE_REQ, obd_fail_val);
+ OBD_FAIL_TIMEOUT_MS(OBD_FAIL_PTLRPC_PAUSE_REQ, obd_fail_val);
rc = svc->srv_handler(request);