Searched hist:"6603120 e96eae9a5d6228681ae55c7fdc998d1bb" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | inode.c | diff 6603120e96eae9a5d6228681ae55c7fdc998d1bb Wed Aug 27 17:40:03 CDT 2014 Dmitry Monakhov <dmonakhov@openvz.org> ext4: update i_disksize coherently with block allocation on error path
In case of delalloc block i_disksize may be less than i_size. So we have to update i_disksize each time we allocated and submitted some blocks beyond i_disksize. We weren't doing this on the error paths, so fix this.
testcase: xfstest generic/019
Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Cc: stable@vger.kernel.org
|