* [PATCH] ext4/001: Fixup file layout with DAX
@ 2016-11-22 10:16 Jan Kara
0 siblings, 0 replies; only message in thread
From: Jan Kara @ 2016-11-22 10:16 UTC (permalink / raw)
To: fstests; +Cc: linux-ext4, Jan Kara
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>
---
tests/ext4/001.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/ext4/001.cfg b/tests/ext4/001.cfg
index 5f7e26213e85..7c928811212f 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
--
2.6.6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-11-22 10:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-22 10:16 [PATCH] ext4/001: Fixup file layout with DAX Jan Kara
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox