From: Murphy Zhou <jencce.kernel@gmail.com>
To: fstests@vger.kernel.org
Cc: Murphy Zhou <jencce.kernel@gmail.com>
Subject: [PATCH] generic: require fibmap for testcases using filefrag
Date: Fri, 17 Jan 2020 16:38:24 +0800 [thread overview]
Message-ID: <20200117083824.32450-1-jencce.kernel@gmail.com> (raw)
To mute false alarm on NFS, which is reporting FIBMAP unsupported.
Signed-off-by: Murphy Zhou <jencce.kernel@gmail.com>
---
tests/generic/516 | 1 +
tests/generic/540 | 1 +
tests/generic/541 | 1 +
tests/generic/542 | 1 +
tests/generic/543 | 1 +
tests/generic/578 | 1 +
6 files changed, 6 insertions(+)
diff --git a/tests/generic/516 b/tests/generic/516
index ceaa4151..906e38ec 100755
--- a/tests/generic/516
+++ b/tests/generic/516
@@ -31,6 +31,7 @@ _cleanup()
# real QA test starts here
_supported_os Linux
_require_test_dedupe
+_require_fibmap
rm -f $seqres.full
diff --git a/tests/generic/540 b/tests/generic/540
index dc4d9485..242ab805 100755
--- a/tests/generic/540
+++ b/tests/generic/540
@@ -40,6 +40,7 @@ _cleanup()
_supported_os Linux
_supported_fs generic
_require_scratch_reflink
+_require_fibmap
_require_xfs_io_command "falloc"
rm -f $seqres.full
diff --git a/tests/generic/541 b/tests/generic/541
index fcb5d567..ec7ed52a 100755
--- a/tests/generic/541
+++ b/tests/generic/541
@@ -40,6 +40,7 @@ _cleanup()
_supported_os Linux
_supported_fs generic
_require_scratch_reflink
+_require_fibmap
_require_xfs_io_command "falloc"
rm -f $seqres.full
diff --git a/tests/generic/542 b/tests/generic/542
index 62b32cb5..62fc55ea 100755
--- a/tests/generic/542
+++ b/tests/generic/542
@@ -40,6 +40,7 @@ _cleanup()
_supported_os Linux
_supported_fs generic
_require_scratch_reflink
+_require_fibmap
_require_xfs_io_command "falloc"
rm -f $seqres.full
diff --git a/tests/generic/543 b/tests/generic/543
index cc7ee532..75c2f7ef 100755
--- a/tests/generic/543
+++ b/tests/generic/543
@@ -40,6 +40,7 @@ _cleanup()
_supported_os Linux
_supported_fs generic
_require_scratch_reflink
+_require_fibmap
_require_xfs_io_command "falloc"
rm -f $seqres.full
diff --git a/tests/generic/578 b/tests/generic/578
index 798cccf0..6e160142 100755
--- a/tests/generic/578
+++ b/tests/generic/578
@@ -29,6 +29,7 @@ _cleanup()
# real QA test starts here
_supported_os Linux
_supported_fs generic
+_require_fibmap
_require_test_program "mmap-write-concurrent"
_require_command "$FILEFRAG_PROG" filefrag
_require_test_reflink
--
2.20.1
next reply other threads:[~2020-01-17 8:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-17 8:38 Murphy Zhou [this message]
2020-01-17 8:45 ` [PATCH] generic: require fibmap for testcases using filefrag Christoph Hellwig
2020-01-17 10:02 ` Murphy Zhou
2020-01-18 0:47 ` Darrick J. Wong
2020-01-18 9:38 ` Murphy Zhou
2020-01-19 22:02 ` Christoph Hellwig
2020-01-22 10:22 ` Murphy Zhou
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=20200117083824.32450-1-jencce.kernel@gmail.com \
--to=jencce.kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox