From 9527f5ce23a33003fc5d6884eccd5f78940a8918 Mon Sep 17 00:00:00 2001 From: nathan <nathan> Date: Thu, 27 Sep 2007 23:21:20 +0000 Subject: [PATCH] b=13716 typo --- lustre/ptlrpc/service.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/ptlrpc/service.c b/lustre/ptlrpc/service.c index 7320f81698..6b05e5bc1b 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); -- GitLab