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:
e0346eb
)
Branch: b1_4
author
adilger
<adilger>
Thu, 5 May 2005 22:28:36 +0000
(22:28 +0000)
committer
adilger
<adilger>
Thu, 5 May 2005 22:28:36 +0000
(22:28 +0000)
Add bug reference for workaround.
b=6155
lustre/mdc/mdc_request.c
patch
|
blob
|
history
diff --git
a/lustre/mdc/mdc_request.c
b/lustre/mdc/mdc_request.c
index
ccba26e
..
0c1f8c9
100644
(file)
--- a/
lustre/mdc/mdc_request.c
+++ b/
lustre/mdc/mdc_request.c
@@
-477,7
+477,7
@@
int mdc_close(struct obd_export *exp, struct obdo *oa,
if (mod->mod_open_req->rq_type == LI_POISON) {
/* FIXME This should be an ASSERT, but until we
figure out why it can be poisoned here, give
- a reasonable return. */
+ a reasonable return.
bug 6155
*/
CERROR("LBUG POISONED req %p!\n", mod->mod_open_req);
ptlrpc_free_req(req);
GOTO(out, rc = -EIO);