[LTP] [PATCH v3 3/9] syscalls/fanotify21: Introduce FAN_FS_ERROR test

Petr Vorel pvorel@suse.cz
Fri Nov 5 09:59:06 CET 2021


Hi all,

...
> > +static struct tst_test test = {
> > +       .test = do_test,
> > +       .tcnt = ARRAY_SIZE(testcases),
> > +       .setup = setup,
> > +       .cleanup = cleanup,
> > +       .mount_device = 1,
> > +       .mntpoint = MOUNT_PATH,
> > +       .all_filesystems = 0,

> That's probably redundant and the default value anyway.
> If you want to stress out that this test cannot be run on other filesystems
> maybe add a comment why that is above dev_fs_type.

Yes, good catch. Thanks!

Kind regards,
Petr


More information about the ltp mailing list