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:
61a0f7a
)
Debugging for mdc_close oops.
author
adilger
<adilger>
Mon, 5 Apr 2004 18:19:03 +0000
(18:19 +0000)
committer
adilger
<adilger>
Mon, 5 Apr 2004 18:19:03 +0000
(18:19 +0000)
b=2410
r=robert
lustre/mdc/mdc_request.c
patch
|
blob
|
history
diff --git
a/lustre/mdc/mdc_request.c
b/lustre/mdc/mdc_request.c
index
e1c3fed
..
136ecdf
100644
(file)
--- a/
lustre/mdc/mdc_request.c
+++ b/
lustre/mdc/mdc_request.c
@@
-497,6
+497,7
@@
int mdc_close(struct obd_export *exp, struct obdo *obdo,
rc = l_wait_event(req->rq_reply_waitq, mdc_close_check_reply(req),
&lwi);
if (rc == 0) {
+ LASSERTF(req->rq_repmsg != NULL, "req = %p", req);
rc = req->rq_repmsg->status;
if (req->rq_repmsg->type == PTL_RPC_MSG_ERR) {
DEBUG_REQ(D_ERROR, req, "type == PTL_RPC_MSG_ERR, err "