Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa4b92a
)
- fix wrong checking
author
tappro
<tappro>
Fri, 20 Oct 2006 05:28:14 +0000
(
05:28
+0000)
committer
tappro
<tappro>
Fri, 20 Oct 2006 05:28:14 +0000
(
05:28
+0000)
lustre/cmm/cmm_split.c
patch
|
blob
|
history
diff --git
a/lustre/cmm/cmm_split.c
b/lustre/cmm/cmm_split.c
index
ac12864
..
293a5bb
100644
(file)
--- 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,