From: Jan Kara Date: Tue, 22 Nov 2022 14:12:19 +0000 (+0100) Subject: generic/614: Run test only for filesystems supporting delalloc X-Git-Tag: v2022.11.27^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1e8502082ca94addc20b7cb0e86cbc6af397ebe0;p=xfstests-dev.git generic/614: Run test only for filesystems supporting delalloc Simple filesystems such as ext2 or udf do not support delayed allocation. Thus they allocate data blocks for mmap writes only during writeback. This makes test generic/614 fail because it checks exactly whether the blocks for the write are reserved before writeback happens. Make the test depend on delayed allocation support. Signed-off-by: Jan Kara Reviewed-by: Filipe Manana Signed-off-by: Zorro Lang --- diff --git a/tests/generic/614 b/tests/generic/614 index 06630f22..3e2a587c 100755 --- a/tests/generic/614 +++ b/tests/generic/614 @@ -16,6 +16,7 @@ _begin_fstest auto quick rw # real QA test starts here _supported_fs generic _require_scratch +_require_scratch_delalloc _scratch_mkfs >>$seqres.full 2>&1 _scratch_mount