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:
721f950
)
- small fix. skip first mea slot.
author
tappro
<tappro>
Sun, 15 Oct 2006 08:43:43 +0000
(08:43 +0000)
committer
tappro
<tappro>
Sun, 15 Oct 2006 08:43:43 +0000
(08:43 +0000)
lustre/cmm/cmm_split.c
patch
|
blob
|
history
diff --git
a/lustre/cmm/cmm_split.c
b/lustre/cmm/cmm_split.c
index
c7ecfb9
..
8677a15
100644
(file)
--- a/
lustre/cmm/cmm_split.c
+++ b/
lustre/cmm/cmm_split.c
@@
-124,7
+124,8
@@
static int cmm_slave_fids_alloc(const struct lu_env *env,
struct lu_fid *fids)
{
struct mdc_device *mc, *tmp;
- int rc = 0, i = 0;
+ int rc = 0;
+ int i = 1; /* skip master slot */
/*
* XXX: In fact here would be nice to protect cmm->cmm_targets but we