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:
305790b
)
another one issue with pack_reply
author
tappro
<tappro>
Mon, 16 Oct 2006 17:04:12 +0000
(17:04 +0000)
committer
tappro
<tappro>
Mon, 16 Oct 2006 17:04:12 +0000
(17:04 +0000)
lustre/ldlm/ldlm_lib.c
patch
|
blob
|
history
diff --git
a/lustre/ldlm/ldlm_lib.c
b/lustre/ldlm/ldlm_lib.c
index
125eb6f
..
442cf84
100644
(file)
--- a/
lustre/ldlm/ldlm_lib.c
+++ b/
lustre/ldlm/ldlm_lib.c
@@
-1025,7
+1025,7
@@
static void abort_lock_replay_queue(struct obd_device *obd)
DEBUG_REQ(D_ERROR, req, "aborted:");
req->rq_status = -ENOTCONN;
req->rq_type = PTL_RPC_MSG_ERR;
- rc = lustre_pack_reply(req,
0
, NULL, NULL);
+ rc = lustre_pack_reply(req,
1
, NULL, NULL);
if (rc == 0) {
ptlrpc_reply(req);
} else {