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:
b31bddb
)
mdt_md_mkobj() don't need lov attr
author
tappro
<tappro>
Sun, 13 Aug 2006 21:53:53 +0000
(21:53 +0000)
committer
tappro
<tappro>
Sun, 13 Aug 2006 21:53:53 +0000
(21:53 +0000)
lustre/mdt/mdt_reint.c
patch
|
blob
|
history
diff --git
a/lustre/mdt/mdt_reint.c
b/lustre/mdt/mdt_reint.c
index
5e7e485
..
09d6bbc
100644
(file)
--- a/
lustre/mdt/mdt_reint.c
+++ b/
lustre/mdt/mdt_reint.c
@@
-97,7
+97,7
@@
static int mdt_md_mkobj(struct mdt_thread_info *info)
if (!IS_ERR(o)) {
struct md_object *next = mdt_object_child(o);
- ma->ma_need = MA_INODE
| MA_LOV
;
+ ma->ma_need = MA_INODE;
rc = mo_object_create(info->mti_ctxt, next,
&info->mti_spec, ma);
if (rc == 0) {