From: Theodore Ts'o Date: Tue, 5 Mar 2013 17:59:42 +0000 (+0000) Subject: xfstests: don't assume that falloc_punch implies falloc in test 255 X-Git-Tag: v2022.05.01~3528 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=864688d368d6781c3f6d60bc55b5e3591953e462;p=users%2Fhch%2Fxfstests-dev.git xfstests: don't assume that falloc_punch implies falloc in test 255 As of Linux 3.9-rc1, ext4 will support the punch operation on file systems using indirect blocks, but it can not support the fallocate operation (since there is no way to mark a block as uninitialized using indirect block scheme). This caused test 255 to fail, since it only used _require_xfS_io_falloc_punch assuming that all file systems which supported punch can also support fallocate. Fix this. Signed-off-by: "Theodore Ts'o" Reviewed-by: Rich Johnston Signed-off-by: Rich Johnston --- diff --git a/255 b/255 index 008396316..ae1d8e055 100755 --- a/255 +++ b/255 @@ -48,6 +48,7 @@ _supported_fs generic _supported_os Linux _require_xfs_io_falloc_punch +_require_xfs_io_falloc _require_xfs_io_fiemap testfile=$TEST_DIR/255.$$