[LTP] [PATCH v3 06/11] Add stamount01 test

Cyril Hrubis chrubis@suse.cz
Tue Jul 9 13:15:37 CEST 2024


Hi!
> +static void run(void)
> +{
> +	memset(st_mount, 0, sizeof(struct statmount));
> +
> +	TST_EXP_PASS(statmount(
> +		root_id,
> +		0,
> +		st_mount,
> +		sizeof(struct statmount),
> +		0));

This is a stranely formatted, but the rest of the code looks okay.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list