Whamcloud - gitweb
- fixed typo
authoryury <yury>
Mon, 11 Sep 2006 04:52:07 +0000 (04:52 +0000)
committeryury <yury>
Mon, 11 Sep 2006 04:52:07 +0000 (04:52 +0000)
lustre/fid/fid_handler.c

index 94506ea..941089a 100644 (file)
@@ -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));
                 }