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:
9d18f87
)
This bug will cause lmv_intent_lookup assert.
author
fanyong
<fanyong>
Thu, 5 Oct 2006 04:24:38 +0000
(
04:24
+0000)
committer
fanyong
<fanyong>
Thu, 5 Oct 2006 04:24:38 +0000
(
04:24
+0000)
lustre/mdt/mdt_handler.c
patch
|
blob
|
history
diff --git
a/lustre/mdt/mdt_handler.c
b/lustre/mdt/mdt_handler.c
index
292c4c3
..
4c36945
100644
(file)
--- a/
lustre/mdt/mdt_handler.c
+++ b/
lustre/mdt/mdt_handler.c
@@
-381,6
+381,7
@@
static int mdt_getattr_internal(struct mdt_thread_info *info,
} else {
repbody->aclsize = rc;
repbody->valid |= OBD_MD_FLACL;
+ rc = 0;
}
}
}