Re: [PATCH 3/3] ext4: test for inline data + DAX corruption

From: Eryu Guan
Date: Wed Sep 13 2017 - 03:16:44 EST


On Mon, Sep 11, 2017 at 10:45:21PM -0600, Ross Zwisler wrote:
> Add a regression test for the following kernel commit:
>
> ext4: prevent data corruption with inline data + DAX
>
> The test passes either if we don't encounter corruption, or if mounting
> with DAX + inline data fails. The latter is the way that we prevent this
> issue in the kernel.
>
> Signed-off-by: Ross Zwisler <ross.zwisler@xxxxxxxxxxxxxxx>

Besides the gitignore entry order issue and call the test program from
$here/src/... issue, need another require rule:

_require_ext4_mkfs_feature "inline_data"

Otherwise this looks fine to me.

Thanks,
Eryu