aboutsummaryrefslogtreecommitdiffstats
path: root/misc/tune2fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tune2fs.c')
-rw-r--r--misc/tune2fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tune2fs.c b/misc/tune2fs.c
index 70bc75ee..847b3e2c 100644
--- a/misc/tune2fs.c
+++ b/misc/tune2fs.c
@@ -1069,7 +1069,7 @@ static int move_block(ext2_filsys fs, ext2fs_block_bitmap bmap)
* fail
*/
group = ext2fs_group_of_blk(fs, blk);
- goal = ext2fs_group_first_block(fs, group);
+ goal = ext2fs_group_first_block2(fs, group);
meta_data = 1;
} else {