[LTP] [PATCH v2] fsconfig04.c: Check FSCONFIG_SET_PATH

Cyril Hrubis chrubis@suse.cz
Mon May 26 14:54:04 CEST 2025


Hi!
> mkfs.bcachefs: invalid option -- 'F'
> fsconfig04.c:82: TBROK: mkfs.bcachefs failed with exit code 1
> 
> Having a way to specify just ext3 and ext4 would be better, IMHO we don't have
> way to do it.

Of course we do, that's what we do for subset of statx tests:

	.filesystems = (struct tst_fs []) {
		{.type = "ext3"},
		{.type = "ext4"},
		{}
	};

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list