From: Xiaoli Feng <xifeng@xxxxxxxxxx> When mkfs with "-d su=2m,sw=1" that DAX 2 MiB hugepage faults request, it need the multiples of 2 file size. So Change to 26M. Signed-off-by: Xiaoli Feng <xifeng@xxxxxxxxxx> --- Hello Brian, I'd like to change the test file size to 26M. Are there any special requirement for 25M file size? Thanks. tests/generic/042 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generic/042 b/tests/generic/042 index 5116183f..c583f0ae 100755 --- a/tests/generic/042 +++ b/tests/generic/042 @@ -27,7 +27,7 @@ _crashtest() img=$SCRATCH_MNT/$seq.img mnt=$SCRATCH_MNT/$seq.mnt file=$mnt/file - size=25M + size=26M # f2fs-utils 1.9.0 needs at least 38 MB space for f2fs image. However, # f2fs-utils 1.14.0 needs at least 52 MB. Not sure if it will change -- 2.39.1