mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic/009: require fiemap
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@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
6aceb276d8
commit
a8e24c8ab5
@@ -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.$$
|
||||
|
||||
Reference in New Issue
Block a user