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:
ec548ab
)
- fixed typo
author
yury
<yury>
Mon, 11 Sep 2006 04:52:07 +0000
(
04:52
+0000)
committer
yury
<yury>
Mon, 11 Sep 2006 04:52:07 +0000
(
04:52
+0000)
lustre/fid/fid_handler.c
patch
|
blob
|
history
diff --git
a/lustre/fid/fid_handler.c
b/lustre/fid/fid_handler.c
index
94506ea
..
941089a
100644
(file)
--- a/
lustre/fid/fid_handler.c
+++ b/
lustre/fid/fid_handler.c
@@
-348,8
+348,8
@@
static int seq_req_handle(struct ptlrpc_request *req,
RETURN(-EPROTO);
if (lustre_msg_get_flags(req->rq_reqmsg) & MSG_REPLAY) {
- in = req_c
lient_server
_get(&info->sti_pill,
- &RMF_SEQ_RANGE);
+ in = req_c
apsule_client
_get(&info->sti_pill,
+
&RMF_SEQ_RANGE);
LASSERT(!range_is_zero(in) && range_is_sane(in));
}