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