From: Jan Kara Date: Tue, 22 Nov 2016 10:16:35 +0000 (+0100) Subject: ext4/001: Fixup file layout with DAX X-Git-Tag: v2022.05.01~2289 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=79a1c380829225292bf02c6b2de0ef2b93f40f37;p=xfstests-dev.git ext4/001: Fixup file layout with DAX Since commit 9538d1b69399 (ext4: avoid split extents for DAX writes), currently sitting in ext4 tree, the block layout of files has changed when the filesystem is mounted with -o dax and now matches 'nodelalloc' variant instead of 'nozero'. Fixup the test configuration. Signed-off-by: Jan Kara Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/tests/ext4/001.cfg b/tests/ext4/001.cfg index 5f7e2621..7c928811 100644 --- a/tests/ext4/001.cfg +++ b/tests/ext4/001.cfg @@ -1,4 +1,4 @@ -dax: nozero +dax: nodelalloc dioread_nolock: nozero nodelalloc: nodelalloc data=journal: nodelalloc