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:
1e00629
)
Branch: b_new_cmd
author
wangdi
<wangdi>
Mon, 30 Oct 2006 09:54:23 +0000
(09:54 +0000)
committer
wangdi
<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
patch
|
blob
|
history
diff --git
a/lustre/cmm/cmm_split.c
b/lustre/cmm/cmm_split.c
index
41b7b34
..
cb538a0
100644
(file)
--- 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_NO
T_SPLITTABLE
;
+ *split = CMM_NO
_SPLIT_EXPECTED
;
RETURN(0);
}