On Tue 10-12-24 07:58:27, Christoph Hellwig wrote: > Split the tests shared with ext2 and ext3 from the ext4 directory. > This makes ext4 a normal file system specific directory and cuts down > the number of _supported_fs calls to a little more than a handful > for tests that can't run on ext2. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> So I went through all ext4 tests and I think: ext4/004 should work for all ext? types -> move to ext_common ext4/006 should work for all ext? types -> move to ext_common ext4/007 should work for all ext? types -> move to ext_common ext4/008 should work for all ext? types -> move to ext_common ext4/009 should work for all ext? types -> move to ext_common ext4/010 should work for all ext? types -> move to ext_common ext4/011 should work for all ext? types -> move to ext_common ext4/012 should work for all ext? types -> move to ext_common ext4/013 should work for all ext? types -> move to ext_common ext4/014 should work for all ext? types -> move to ext_common ext4/016 should work for all ext? types -> move to ext_common - but I've now noticed that the last ten call _scratch_mkfs_ext4 instead of _scratch_mkfs so that would need fixing up. So maybe leave it as is for now ext4/017 should work for all ext3 & ext4 types -> move to ext_common - similar caveat with _scratch_mkfs_ext4 ext4/018 should work for all ext? types -> move to ext_common ext4/019 should work for all ext? types -> move to ext_common - similar caveat with _scratch_mkfs_ext4 ext4/022 should work for ext3 & ext4 -> move to ext_common ext4/023 should work for all ext? types -> move to ext_common ext4/044 should work for all ext? types -> move to ext_common Honza -- Jan Kara <jack@xxxxxxxx> SUSE Labs, CR