Whamcloud - gitweb
Branch: b_new_cmd
authorwangdi <wangdi>
Mon, 30 Oct 2006 09:54:23 +0000 (09:54 +0000)
committerwangdi <wangdi>
Mon, 30 Oct 2006 09:54:23 +0000 (09:54 +0000)
not root dir, it should be NOT expect splitted.

lustre/cmm/cmm_split.c

index 41b7b34..cb538a0 100644 (file)
@@ -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);
         }