[PATCH 0/2] Fix data corruption when blocksize < pagesize
From: Jan Kara <jack@suse.cz>
Date: 2014-09-23 15:03:21
Also in:
linux-fsdevel, linux-mm
From: Jan Kara <jack@suse.cz>
Date: 2014-09-23 15:03:21
Also in:
linux-fsdevel, linux-mm
Hello, these two patches fix the data corruption triggered by xfstests generic/030 test for ext4. I believe XFS can use the same function to deal with the problem... Dave can you verify? If the function is indeed usable for XFS as well, through which tree are we going to merge it? ext4 or xfs? Honza