mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic/{274,315}: Require falloc -k support
These test cases require filesystem support for FALLOC_FL_KEEP_SIZE flag in fallocate(). Signed-off-by: Rostislav Skudnov <rostislav@tuxera.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
committed by
Eryu Guan
parent
e9dc7dc6ce
commit
dc9f8c9ac0
+1
-1
@@ -48,7 +48,7 @@ _cleanup()
|
||||
_supported_fs generic
|
||||
_supported_os Linux
|
||||
_require_scratch
|
||||
_require_xfs_io_command "falloc"
|
||||
_require_xfs_io_command "falloc" "-k"
|
||||
|
||||
echo "------------------------------"
|
||||
echo "preallocation test"
|
||||
|
||||
+1
-1
@@ -49,7 +49,7 @@ _cleanup()
|
||||
_supported_fs generic
|
||||
_supported_os Linux
|
||||
_require_test
|
||||
_require_xfs_io_command "falloc"
|
||||
_require_xfs_io_command "falloc" "-k"
|
||||
|
||||
rm -f $seqres.full
|
||||
|
||||
|
||||
Reference in New Issue
Block a user