From: nathan Date: Thu, 27 Sep 2007 23:21:20 +0000 (+0000) Subject: b=13716 X-Git-Tag: v1_8_0_110~1149 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=9527f5ce23a33003fc5d6884eccd5f78940a8918;p=fs%2Flustre-release.git b=13716 typo --- diff --git a/lustre/ptlrpc/service.c b/lustre/ptlrpc/service.c index 7320f81..6b05e5b 100644 --- a/lustre/ptlrpc/service.c +++ b/lustre/ptlrpc/service.c @@ -705,7 +705,8 @@ static int ptlrpc_at_send_early_reply(struct ptlrpc_request *req, /* RPC ref */ class_export_rpc_get(reqcopy->rq_export); - if (req->rq_export->exp_obd && req->rq_export->exp_obd->obd_fail) + if (reqcopy->rq_export->exp_obd && + reqcopy->rq_export->exp_obd->obd_fail) GOTO(out_put, rc = -ENODEV); rc = lustre_pack_reply_flags(reqcopy, 1, NULL, NULL, LPRFL_EARLY_REPLY);