From: Hugh Dickins <hughd@xxxxxxxxxx> Require xfs_io commands fiemap and falloc as well as fzero: fzero without falloc is unlikely, but tmpfs may later support fzero, though probably never fiemap (and in v3.15 wrongly claimed to support fzero). Signed-off-by: Hugh Dickins <hughd@xxxxxxxxxx> Signed-off-by: Theodore Ts'o <tytso@xxxxxxx> --- tests/generic/009 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/generic/009 b/tests/generic/009 index 7fbec34..5902afd 100755 --- a/tests/generic/009 +++ b/tests/generic/009 @@ -45,6 +45,8 @@ trap "_cleanup ; exit \$status" 0 1 2 3 15 # real QA test starts here _supported_os Linux _require_xfs_io_command "fzero" +_require_xfs_io_command "fiemap" +_require_xfs_io_command "falloc" _require_test testfile=$TEST_DIR/009.$$ -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html