From 653071c447a354d47f440e54aff9863d07f2e3c4 Mon Sep 17 00:00:00 2001 From: wangdi Date: Mon, 30 Oct 2006 09:54:23 +0000 Subject: [PATCH] Branch: b_new_cmd not root dir, it should be NOT expect splitted. --- lustre/cmm/cmm_split.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/cmm/cmm_split.c b/lustre/cmm/cmm_split.c index 41b7b34..cb538a0 100644 --- a/lustre/cmm/cmm_split.c +++ b/lustre/cmm/cmm_split.c @@ -181,7 +181,7 @@ int cmm_split_expect(const struct lu_env *env, struct md_object *mo, RETURN(rc); if (lu_fid_eq(&root_fid, cmm2fid(md2cmm_obj(mo)))) { - *split = CMM_NOT_SPLITTABLE; + *split = CMM_NO_SPLIT_EXPECTED; RETURN(0); } -- 1.8.3.1