Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04dc63e
)
b=13716
author
nathan
<nathan>
Thu, 27 Sep 2007 23:21:20 +0000
(23:21 +0000)
committer
nathan
<nathan>
Thu, 27 Sep 2007 23:21:20 +0000
(23:21 +0000)
typo
lustre/ptlrpc/service.c
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/service.c
b/lustre/ptlrpc/service.c
index
7320f81
..
6b05e5b
100644
(file)
--- 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);