]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic/614: Run test only for filesystems supporting delalloc v2022.11.27
authorJan Kara <jack@suse.cz>
Tue, 22 Nov 2022 14:12:19 +0000 (15:12 +0100)
committerZorro Lang <zlang@kernel.org>
Wed, 23 Nov 2022 03:56:03 +0000 (11:56 +0800)
commit1e8502082ca94addc20b7cb0e86cbc6af397ebe0
treee46f19de619d3b0dbb572bc1e1fb63b6a3bc83bd
parentacd67f0b2c5fe187db8540b4e65dc94ff9a939c8
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 <jack@suse.cz>
Reviewed-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/614