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:
2e47546
)
- set mod_close_req properly
author
tappro
<tappro>
Wed, 22 Apr 2009 18:38:09 +0000
(18:38 +0000)
committer
tappro
<tappro>
Wed, 22 Apr 2009 18:38:09 +0000
(18:38 +0000)
b:3633
i:vitaly,adilger
lustre/mdc/mdc_request.c
patch
|
blob
|
history
diff --git
a/lustre/mdc/mdc_request.c
b/lustre/mdc/mdc_request.c
index
e5bc0b2
..
00e8604
100644
(file)
--- a/
lustre/mdc/mdc_request.c
+++ b/
lustre/mdc/mdc_request.c
@@
-667,6
+667,7
@@
int mdc_close(struct obd_export *exp, struct obdo *oa,
req = NULL;
GOTO(out, rc = -EIO);
}
+ och->och_mod->mod_close_req = req;
DEBUG_REQ(D_RPCTRACE, req, "close req");
DEBUG_REQ(D_RPCTRACE, open_req, "clear open replay");