From b839330f994d52b9608cb08cdfc52eb39f91f5a3 Mon Sep 17 00:00:00 2001 From: johann Date: Wed, 14 Oct 2009 09:18:57 +0000 Subject: [PATCH] Branch b1_8 b=20816 Revert patch from bug 13520 because of 20816. --- 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 c824182..ae5f648 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