public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
From: Jan Kara <jack@suse.cz>
To: fstests@vger.kernel.org
Cc: linux-ext4@vger.kernel.org, Jan Kara <jack@suse.cz>
Subject: [PATCH] ext4/001: Fixup file layout with DAX
Date: Tue, 22 Nov 2016 11:16:35 +0100	[thread overview]
Message-ID: <1479809795-4787-1-git-send-email-jack@suse.cz> (raw)

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


                 reply	other threads:[~2016-11-22 10:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1479809795-4787-1-git-send-email-jack@suse.cz \
    --to=jack@suse.cz \
    --cc=fstests@vger.kernel.org \
    --cc=linux-ext4@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox