From 850310f1c862132a6d06888b7c3b4bcdadd5cc5b Mon Sep 17 00:00:00 2001 From: tappro Date: Sat, 21 Oct 2006 10:12:33 +0000 Subject: [PATCH] - wrong variable name --- lustre/cmm/cmm_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/cmm/cmm_object.c b/lustre/cmm/cmm_object.c index b83c71f..19f2aca 100644 --- a/lustre/cmm/cmm_object.c +++ b/lustre/cmm/cmm_object.c @@ -812,7 +812,7 @@ static int cmr_create(const struct lu_env *env, struct md_object *mo_p, cmi = cmm_env_info(env); LASSERT(cmi); tmp_ma = &cmi->cmi_ma; - tmp_ma->valid = 0; + tmp_ma->ma_valid = 0; tmp_ma->ma_need = MA_INODE; #ifdef CONFIG_FS_POSIX_ACL -- 1.8.3.1