mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
+1
-1
@@ -1,4 +1,4 @@
|
||||
dax: nozero
|
||||
dax: nodelalloc
|
||||
dioread_nolock: nozero
|
||||
nodelalloc: nodelalloc
|
||||
data=journal: nodelalloc
|
||||
|
||||
Reference in New Issue
Block a user