X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fext4%2Fxattr.c;h=93c5fdcdad2e3beae27e16f0c35830ce11d20db3;hb=9fec6060d9e48ed7db0dac0e16d0f0f0e615b7f6;hp=ff08633f398edb410cba33f9912f743ebfa29ada;hpb=c203e45f069af47ca7623e4dcd8c00bfba2722e4;p=linux-2.6 diff --git a/fs/ext4/xattr.c b/fs/ext4/xattr.c index ff08633f39..93c5fdcdad 100644 --- a/fs/ext4/xattr.c +++ b/fs/ext4/xattr.c @@ -810,7 +810,7 @@ inserted: /* We need to allocate a new block */ ext4_fsblk_t goal = ext4_group_first_block_no(sb, EXT4_I(inode)->i_block_group); - ext4_fsblk_t block = ext4_new_block(handle, inode, + ext4_fsblk_t block = ext4_new_meta_block(handle, inode, goal, &error); if (error) goto cleanup;