Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66fa67e
)
b=17323
author
yury
<yury>
Tue, 21 Oct 2008 17:21:17 +0000
(17:21 +0000)
committer
yury
<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
patch
|
blob
|
history
diff --git
a/lustre/ost/ost_handler.c
b/lustre/ost/ost_handler.c
index
92814fd
..
91d9ceb
100644
(file)
--- 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)