All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Whitney <enwlinux@gmail.com>
To: fstests@vger.kernel.org
Subject: [PATCH] ext4/021: add _require_metadata_journaling
Date: Thu, 7 Jul 2016 16:12:02 -0400	[thread overview]
Message-ID: <20160707201202.GA3195@localhost.localdomain> (raw)

An ext4 file system can be created without a journal, but ext4/021
presumes it will contain one.  Make that requirement explicit to avoid
unnecessary failures when testing "nojournal" file systems.

Signed-off-by: Eric Whitney <enwlinux@gmail.com>
---
 tests/ext4/021 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/ext4/021 b/tests/ext4/021
index 9dfd191..d758818 100755
--- a/tests/ext4/021
+++ b/tests/ext4/021
@@ -48,6 +48,7 @@ _supported_fs ext4
 _supported_os Linux
 _require_scratch
 _require_dumpe2fs
+_require_metadata_journaling $SCRATCH_DEV
 
 # 8M in bytes
 fssize=$((8 * 1024 * 1024))
-- 
2.1.4


                 reply	other threads:[~2016-07-07 20:09 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=20160707201202.GA3195@localhost.localdomain \
    --to=enwlinux@gmail.com \
    --cc=fstests@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.