From: Theodore Ts'o Date: Wed, 26 Dec 2018 16:08:05 +0000 (-0500) Subject: ext4/034: adjust commit which fixes the problem tested by ext4/034 X-Git-Tag: v2022.05.01~1303 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=deab8ca02e369a50caabd93f8407078aeba1331e;p=xfstests-dev.git ext4/034: adjust commit which fixes the problem tested by ext4/034 Also add a requirment that fallocate and fiemap is supported. (Fallocate isn't the case when we are emulating ext3, for example.) Signed-off-by: Theodore Ts'o Cc: Liu Bo Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/tests/ext4/034 b/tests/ext4/034 index 5c34d0d9..f9e4bfaf 100755 --- a/tests/ext4/034 +++ b/tests/ext4/034 @@ -8,7 +8,7 @@ # "-o dioread_nolock,nodelalloc" is used. # # The bug was fixed by commit -# "Ext4: fix ENOSPC when both quota and dioread_nolock are enabled" +# "ext4: make sure enough credits are reserved for dioread_nolock writes" # seq=`basename $0` seqres=$RESULT_DIR/$seq @@ -41,6 +41,8 @@ _supported_os Linux _require_scratch _require_quota _require_nobody +_require_xfs_io_command "falloc" +_require_xfs_io_command "fiemap" _require_xfs_io_command "syncfs" echo "Format and mount"