|
@@ -2695,7 +2695,7 @@ static int lmv_unpackmd(struct obd_export *exp, struct lmv_stripe_md **lsmp,
|
|
if (lsm && !lmm) {
|
|
if (lsm && !lmm) {
|
|
int i;
|
|
int i;
|
|
|
|
|
|
- for (i = 1; i < lsm->lsm_md_stripe_count; i++) {
|
|
|
|
|
|
+ for (i = 0; i < lsm->lsm_md_stripe_count; i++) {
|
|
/*
|
|
/*
|
|
* For migrating inode, the master stripe and master
|
|
* For migrating inode, the master stripe and master
|
|
* object will be the same, so do not need iput, see
|
|
* object will be the same, so do not need iput, see
|