diff mbox series

[v1] generic/042: change the test file size from 25m to 26m.

Message ID 20231116084414.21258-1-xifeng@redhat.com (mailing list archive)
State New, archived
Headers show
Series [v1] generic/042: change the test file size from 25m to 26m. | expand

Commit Message

XiaoLi Feng Nov. 16, 2023, 8:44 a.m. UTC
From: Xiaoli Feng <xifeng@redhat.com>

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@redhat.com>
---

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 mbox series

Patch

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