aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/mballoc.c')
-rw-r--r--fs/ext4/mballoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c
index cde232bdaed0..816ba8cce79a 100644
--- a/fs/ext4/mballoc.c
+++ b/fs/ext4/mballoc.c
@@ -4041,7 +4041,7 @@ ext4_fsblk_t ext4_mb_new_blocks(handle_t *handle,
4041 sbi = EXT4_SB(sb); 4041 sbi = EXT4_SB(sb);
4042 4042
4043 if (!test_opt(sb, MBALLOC)) { 4043 if (!test_opt(sb, MBALLOC)) {
4044 block = ext4_new_blocks_old(handle, ar->inode, ar->goal, 4044 block = ext4_old_new_blocks(handle, ar->inode, ar->goal,
4045 &(ar->len), errp); 4045 &(ar->len), errp);
4046 return block; 4046 return block;
4047 } 4047 }