Whamcloud - gitweb
b=17323
authoryury <yury>
Tue, 21 Oct 2008 17:21:17 +0000 (17:21 +0000)
committeryury <yury>
Tue, 21 Oct 2008 17:21:17 +0000 (17:21 +0000)
r=adilger,johann

- fixes log_cancel resend handling

lustre/ost/ost_handler.c

index 92814fd..91d9ceb 100644 (file)
@@ -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)