From 7c3a279d14b0421c3ab2f2aba3d0c8c7baf6819e Mon Sep 17 00:00:00 2001 From: johann Date: Mon, 5 Oct 2009 20:37:21 +0000 Subject: [PATCH] Branch b_release_1_8_1 b=20816 Revert patch from bug 13520. --- lustre/ptlrpc/service.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lustre/ptlrpc/service.c b/lustre/ptlrpc/service.c index f5be56a..42f09f8a 100644 --- 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); -- 1.8.3.1