From: tappro Date: Fri, 20 Oct 2006 05:28:14 +0000 (+0000) Subject: - fix wrong checking X-Git-Tag: v1_8_0_110~486^2~430 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=a9ef8e5d49753281ff76094c90fa22accd774096;p=fs%2Flustre-release.git - fix wrong checking --- diff --git a/lustre/cmm/cmm_split.c b/lustre/cmm/cmm_split.c index ac12864..293a5bb 100644 --- a/lustre/cmm/cmm_split.c +++ b/lustre/cmm/cmm_split.c @@ -79,7 +79,7 @@ int cmm_mdsnum_check(const struct lu_env *env, struct md_object *mp, RETURN(rc); /* Skip checking the slave dirs (mea_count == 0) */ - if (ma->ma_lmv->mea_count != 0) + if (ma->ma_lmv->mea_count == 0) RETURN(0); /* * Get stripe by name to check the name belongs to master dir,