aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/xattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/xattr.c')
-rw-r--r--fs/ext4/xattr.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/fs/ext4/xattr.c b/fs/ext4/xattr.c
index 726716b618d8..bc1d7daac8eb 100644
--- a/fs/ext4/xattr.c
+++ b/fs/ext4/xattr.c
@@ -806,10 +806,8 @@ inserted:
806 get_bh(new_bh); 806 get_bh(new_bh);
807 } else { 807 } else {
808 /* We need to allocate a new block */ 808 /* We need to allocate a new block */
809 ext4_fsblk_t goal = le32_to_cpu( 809 ext4_fsblk_t goal = ext4_group_first_block_no(sb,
810 EXT4_SB(sb)->s_es->s_first_data_block) + 810 EXT4_I(inode)->i_block_group);
811 (ext4_fsblk_t)EXT4_I(inode)->i_block_group *
812 EXT4_BLOCKS_PER_GROUP(sb);
813 ext4_fsblk_t block = ext4_new_block(handle, inode, 811 ext4_fsblk_t block = ext4_new_block(handle, inode,
814 goal, &error); 812 goal, &error);
815 if (error) 813 if (error)