From: Dmitry Monakhov Date: Wed, 27 Aug 2014 22:40:00 +0000 (-0400) Subject: ext4: fix transaction issues for ext4_fallocate and ext_zero_range X-Git-Tag: omap-fixes-against-v3.17-rc3~28^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c174e6d6979a04b7b77b93f244396be4b81f8bfb;p=pandora-kernel.git ext4: fix transaction issues for ext4_fallocate and ext_zero_range After commit f282ac19d86f we use different transactions for preallocation and i_disksize update which result in complain from fsck after power-failure. spotted by generic/019. IMHO this is regression because fs becomes inconsistent, even more 'e2fsck -p' will no longer works (which drives admins go crazy) Same transaction requirement applies ctime,mtime updates testcase: xfstest generic/019 Signed-off-by: Dmitry Monakhov Signed-off-by: Theodore Ts'o Cc: stable@vger.kernel.org --- Reading git-diff-tree failed