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 <jack@suse.cz>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
Jan Kara
2016-11-22 11:16:35 +01:00
committed by Eryu Guan
parent d04d4bc07d
commit 79a1c38082
+1 -1
View File
@@ -1,4 +1,4 @@
dax: nozero
dax: nodelalloc
dioread_nolock: nozero
nodelalloc: nodelalloc
data=journal: nodelalloc