From cf7a8b081452d5d1edf69cedadd16393518ec7e1 Mon Sep 17 00:00:00 2001 From: yury Date: Mon, 11 Sep 2006 04:52:07 +0000 Subject: [PATCH] - fixed typo --- lustre/fid/fid_handler.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)); } -- 1.8.3.1