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:
4de28e9
)
Branch: b_new_cmd
author
wangdi
<wangdi>
Sat, 23 Sep 2006 07:37:05 +0000
(07:37 +0000)
committer
wangdi
<wangdi>
Sat, 23 Sep 2006 07:37:05 +0000
(07:37 +0000)
llog_connect_body should be in offset 1
lustre/ost/ost_handler.c
patch
|
blob
|
history
diff --git
a/lustre/ost/ost_handler.c
b/lustre/ost/ost_handler.c
index
5b5df89
..
6a9a391
100644
(file)
--- a/
lustre/ost/ost_handler.c
+++ b/
lustre/ost/ost_handler.c
@@
-1187,7
+1187,7
@@
static int ost_llog_handle_connect(struct obd_export *exp,
int rc;
ENTRY;
- body = lustre_msg_buf(req->rq_reqmsg,
0
, sizeof(*body));
+ body = lustre_msg_buf(req->rq_reqmsg,
1
, sizeof(*body));
rc = obd_llog_connect(exp, body);
RETURN(rc);
}