public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ext4/021: add _require_metadata_journaling
@ 2016-07-07 20:12 Eric Whitney
  0 siblings, 0 replies; only message in thread
From: Eric Whitney @ 2016-07-07 20:12 UTC (permalink / raw)
  To: fstests

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-07 20:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-07 20:12 [PATCH] ext4/021: add _require_metadata_journaling Eric Whitney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox