From: johann Date: Wed, 14 Oct 2009 09:18:57 +0000 (+0000) Subject: Branch b1_8 X-Git-Tag: v1_8_2_01~1^2~37 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b839330f994d52b9608cb08cdfc52eb39f91f5a3;p=fs%2Flustre-release.git Branch b1_8 b=20816 Revert patch from bug 13520 because of 20816. --- 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);