On Mon, Apr 08, 2024 at 03:32:38 PM +0200, Christoph Hellwig wrote: > v5 file systems have been the default for more than 10 years. Drop > support for non-v5 enabled kernels and xfsprogs. > Hi, This patch is causing xfs/077 to fail as shown below, # ./check xfs/077 FSTYP -- xfs (debug) PLATFORM -- Linux/x86_64 xfs-crc 6.9.0-rc4+ #2 SMP PREEMPT_DYNAMIC Mon Apr 29 08:08:05 GMT 2024 MKFS_OPTIONS -- -f -f -m crc=1,reflink=0,rmapbt=0, -i sparse=0 /dev/loop6 MOUNT_OPTIONS -- -o usrquota,grpquota,prjquota -o context=system_u:object_r:root_t:s0 /dev/loop6 /media/scratch xfs/077 9s ... [not run] Kernel doesn't support meta_uuid feature Ran: xfs/077 Not run: xfs/077 Passed all 1 tests The corresponding configuration file used had the following, export TEST_DEV=/dev/loop5 export TEST_DIR=/media/test export SCRATCH_DEV=/dev/loop6 export SCRATCH_MNT=/media/scratch MKFS_OPTIONS='-f -m crc=1,reflink=0,rmapbt=0, -i sparse=0' MOUNT_OPTIONS='-o usrquota,grpquota,prjquota' -- Chandan