Fixed if vs ifdef condition on LFS_MIGRATE

found by e107steved
This commit is contained in:
Christopher Haster
2019-08-04 19:21:19 -05:00
committed by GitHub
parent db054684a6
commit cb3b83d647

2
lfs.c
View File

@@ -1500,7 +1500,7 @@ static int lfs_dir_compact(lfs_t *lfs,
end = begin; end = begin;
} }
} }
#if LFS_MIGRATE #ifdef LFS_MIGRATE
} else if (lfs_pair_cmp(dir->pair, lfs->root) == 0 && lfs->lfs1) { } else if (lfs_pair_cmp(dir->pair, lfs->root) == 0 && lfs->lfs1) {
// we can't relocate our root during migrations, as this would // we can't relocate our root during migrations, as this would
// cause the superblock to get updated, which would clobber v1 // cause the superblock to get updated, which would clobber v1