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