[LTP] [PATCH 1/3] Add ioctl_ficlone01 test

Andrea Cervesato andrea.cervesato@suse.com
Fri May 31 10:27:01 CEST 2024


Ok thank you

On 5/31/24 10:01, Cyril Hrubis wrote:
> Hi!
>>> I suppose that we need .use_filesystems or similar and convert the
>>> dev_fs_type to an array so that we can run this test on xfs as well...
>> This might be tricky to implement, since we need to adapt .dev_fs_ops as
>> well..
> I guess that we need to do a bigger surgery and put all the device
> related flags into a structure, e.g.
>
> struct tst_fs {
> 	const char *dev_fs_type;
>
> 	const char *const *mkfs_opts;
>          const char *const *mkfs_extra_opts;
>
> 	unsigned int mnt_flags;
> 	const char *mnt_data;
> };
>
> struct tst_test {
> 	...
> 	struct tst_fs filesystems[];
> 	...
> };
>
> That way we can specify all the options per a filesystems. I can try to
> do prepare the patchset next week.
>



More information about the ltp mailing list