From 69bed396f2b091ad9a7d682b9df240fea0efa385 Mon Sep 17 00:00:00 2001 From: yury Date: Tue, 21 Oct 2008 17:21:17 +0000 Subject: [PATCH] b=17323 r=adilger,johann - fixes log_cancel resend handling --- lustre/ost/ost_handler.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/ost/ost_handler.c b/lustre/ost/ost_handler.c index 92814fd..91d9ceb 100644 --- a/lustre/ost/ost_handler.c +++ b/lustre/ost/ost_handler.c @@ -1546,6 +1546,7 @@ static int ost_handle(struct ptlrpc_request *req) CDEBUG(D_INODE, "log cancel\n"); OBD_FAIL_RETURN(OBD_FAIL_OBD_LOG_CANCEL_NET, 0); rc = llog_origin_handle_cancel(req); + OBD_FAIL_RETURN(OBD_FAIL_OBD_LOG_CANCEL_REP, 0); req->rq_status = rc; rc = lustre_pack_reply(req, 1, NULL, NULL); if (rc) -- 1.8.3.1