[PATCH v2 05/12] xfstests: fix generic/225 to check fiemap support

Junho Ryu jayr at google.com
Tue Dec 17 16:18:35 CST 2013


generic/225 runs fiemap.  Check fiemap support like other tests which
use fiemap.

Signed-off-by: Junho Ryu <jayr at google.com>
---

v2: renamed _require_xfs_io_fiemap to _require_fiemap

 tests/generic/225 | 1 +
 1 file changed, 1 insertion(+)

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



More information about the xfs mailing list