From 1285139134c14b329e743e14fd60de0fcecf0328 Mon Sep 17 00:00:00 2001 From: yury Date: Wed, 2 Mar 2005 07:51:40 +0000 Subject: [PATCH] - fixed md_getattr() in lustre_common-fill_super() --- lustre/llite/llite_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index 9578237..7968f4f 100644 --- 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); -- 1.8.3.1