[PATCH 06/10] xfstests: fix generic/225 to check fiemap support

Junho Ryu jayr at google.com
Tue Dec 10 14:11:57 CST 2013


generic/225 runs fiemap.  It would be nice to call
_require_xfs_io_fiemap like other tests which use fiemap.

Signed-off-by: Junho Ryu <jayr at google.com>
---
 tests/generic/225 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/generic/225 b/tests/generic/225
index 73b125a..af65506 100755
--- a/tests/generic/225
+++ b/tests/generic/225
@@ -44,6 +44,7 @@ _cleanup()
 _supported_fs generic
 _supported_os Linux
 _require_scratch
+_require_xfs_io_fiemap
 
 _scratch_mkfs > /dev/null 2>&1
 _scratch_mount > /dev/null 2>&1
-- 
1.8.5.1



More information about the xfs mailing list