[LTP] [PATCH v3] syscalls/fanotify10: new test for mount ignore mask

Cyril Hrubis chrubis@suse.cz
Fri Nov 2 16:48:44 CET 2018


Hi!
Pushed with minor simplification:

> +static struct tst_test test = {
> +	.test = test_fanotify,
> +	.tcnt = ARRAY_SIZE(tcases),
> +	.setup = setup,
> +	.cleanup = cleanup,
> +	.format_device = 1,

I've changed this to .mount_device = 1 and .mntpoint = MOUNT_POINT and
removed the code that mounted and umounted the filesystem in setup and
cleanup.

> +	.needs_tmpdir = 1,
> +	.needs_root = 1
> +};

Thanks.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list