From: yury Date: Mon, 11 Sep 2006 04:52:07 +0000 (+0000) Subject: - fixed typo X-Git-Tag: v1_8_0_110~486^2~963 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=cf7a8b081452d5d1edf69cedadd16393518ec7e1;p=fs%2Flustre-release.git - fixed typo --- diff --git a/lustre/fid/fid_handler.c b/lustre/fid/fid_handler.c index 94506ea..941089a 100644 --- 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_client_server_get(&info->sti_pill, - &RMF_SEQ_RANGE); + in = req_capsule_client_get(&info->sti_pill, + &RMF_SEQ_RANGE); LASSERT(!range_is_zero(in) && range_is_sane(in)); }