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:
fdd347c
)
small fix about pack reply
author
huanghua
<huanghua>
Thu, 21 Sep 2006 05:29:14 +0000
(
05:29
+0000)
committer
huanghua
<huanghua>
Thu, 21 Sep 2006 05:29:14 +0000
(
05:29
+0000)
lustre/ost/ost_handler.c
patch
|
blob
|
history
diff --git
a/lustre/ost/ost_handler.c
b/lustre/ost/ost_handler.c
index
d69e4b3
..
5b5df89
100644
(file)
--- a/
lustre/ost/ost_handler.c
+++ b/
lustre/ost/ost_handler.c
@@
-1443,7
+1443,7
@@
static int ost_handle(struct ptlrpc_request *req)
DEBUG_REQ(D_INODE, req, "log connect\n");
rc = ost_llog_handle_connect(req->rq_export, req);
req->rq_status = rc;
- rc = lustre_pack_reply(req,
0
, NULL, NULL);
+ rc = lustre_pack_reply(req,
1
, NULL, NULL);
if (rc)
RETURN(rc);
RETURN(ptlrpc_reply(req));