aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/extents.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/extents.c')
-rw-r--r--fs/ext4/extents.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c
index e40332158340..172656c2a3bd 100644
--- a/fs/ext4/extents.c
+++ b/fs/ext4/extents.c
@@ -2875,6 +2875,8 @@ int ext4_ext_get_blocks(handle_t *handle, struct inode *inode,
2875 if (allocated > max_blocks) 2875 if (allocated > max_blocks)
2876 allocated = max_blocks; 2876 allocated = max_blocks;
2877 set_buffer_unwritten(bh_result); 2877 set_buffer_unwritten(bh_result);
2878 bh_result->b_bdev = inode->i_sb->s_bdev;
2879 bh_result->b_blocknr = newblock;
2878 goto out2; 2880 goto out2;
2879 } 2881 }
2880 2882