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:
8021bd0
)
- remove obsoleted message
author
tappro
<tappro>
Wed, 20 May 2009 13:26:56 +0000
(13:26 +0000)
committer
tappro
<tappro>
Wed, 20 May 2009 13:26:56 +0000
(13:26 +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
61b32a5
..
3a2ed66
100644
(file)
--- a/
lustre/mdc/mdc_request.c
+++ b/
lustre/mdc/mdc_request.c
@@
-879,10
+879,8
@@
int mdc_close(struct obd_export *exp, struct mdc_op_data *data, struct obdo *oa,
"= %d", rc);
if (rc > 0)
rc = -rc;
- } else if (och->och_mod == NULL) {
- CERROR("Unexpected: can't find mdc_open_data, but the "
- "close succeeded. Please tell <http://bugzilla.lustre.org/>.\n");
}
+
if (!lustre_swab_repbuf(req, REPLY_REC_OFF,
sizeof(struct mds_body),
lustre_swab_mds_body)) {