]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfs/078: remove the 512 byte block size sub-case
authorChristoph Hellwig <hch@lst.de>
Mon, 8 Apr 2024 13:32:40 +0000 (15:32 +0200)
committerZorro Lang <zlang@kernel.org>
Wed, 10 Apr 2024 19:25:01 +0000 (03:25 +0800)
commit013d374aac5494f6a41f49b98613a9b573106c4a
tree3eeac29ddca13965f80b18ba71e12efbc1f9c6f5
parent049ae4265e4ddbbf2ebf31939086df0f04cbaf7f
xfs/078: remove the 512 byte block size sub-case

512 byte block sizes are only supported for v4 file systems, and
xfs/078 crudely forces use of v4 file systems for it.  This doesn't
work if the kernel is built without v4 support.  Given that v4
support is slowly being phased out and 512 byte block sizes have never
been common, drop this part of the test.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/078
tests/xfs/078.out