[LTP] [PATCH v3] lib: LTP_SINGLE_FS_TYPE and LTP_FORCE_SINGLE_FS_TYPE

Cyril Hrubis chrubis@suse.cz
Mon May 26 16:36:03 CEST 2025


Hi!
> +	sup = tst_fs_is_supported(fs_type);
> +
> +	if (skip_fuse && sup == TST_FS_FUSE) {
> +		tst_res(TINFO,
> +			"Skipping FUSE based %s as requested by the test",
> +			fs_type);
> +		return 0;
> +	}
> +
> +	return 1;

And this needs to be: return sup != TST_FS_UNSUPPORTED;

Sending v4 ...

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list