]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: fix ZERO_RANGE test failure in data journalling
authorNamjae Jeon <namjae.jeon@samsung.com>
Tue, 27 May 2014 16:48:55 +0000 (12:48 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 27 May 2014 16:48:55 +0000 (12:48 -0400)
commit95164ceaad53c683f2d032915f0f1daaba0748db
tree9db81712f969511c350be218bd779f02198f9434
parent842837dbd1332195004c02497bc89df067282d88
ext4: fix ZERO_RANGE test failure in data journalling

xfstests generic/091 is failing when mounting ext4 with data=journal.
I think that this regression is same problem that occurred prior to collapse
range issue. So ZERO RANGE also need to call ext4_force_commit as
collapse range.

Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Ashish Sangwan <a.sangwan@samsung.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/extents.c