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:
3570a36
)
- fixed md_getattr() in lustre_common-fill_super()
author
yury
<yury>
Wed, 2 Mar 2005 07:51:40 +0000
(07:51 +0000)
committer
yury
<yury>
Wed, 2 Mar 2005 07:51:40 +0000
(07:51 +0000)
lustre/llite/llite_lib.c
patch
|
blob
|
history
diff --git
a/lustre/llite/llite_lib.c
b/lustre/llite/llite_lib.c
index
9578237
..
7968f4f
100644
(file)
--- a/
lustre/llite/llite_lib.c
+++ b/
lustre/llite/llite_lib.c
@@
-199,7
+199,7
@@
int lustre_common_fill_super(struct super_block *sb, char *lmv, char *lov)
/* make root inode
* XXX: move this to after cbd setup? */
err = md_getattr(sbi->ll_md_exp, &sbi->ll_rootid,
-
OBD_MD_FLNOTOBD | OBD_MD_FLBLOCKS
,
+
(OBD_MD_FLNOTOBD | OBD_MD_FLBLOCKS | OBD_MD_FID)
,
0, &request);
if (err) {
CERROR("md_getattr failed for root: rc = %d\n", err);