Hi! > +static struct tst_test test = { > + .needs_root = 1, > + .needs_tmpdir = 1, > + .mount_device = 1, > + .mntpoint = mntpoint, > + .setup = setup, > + .options = options, > + .test_all = test_readahead, > +}; I do wonder if it makes sense to set the all_filesystems flag now. Also does it make any sense to run the overlay test against all filesystems? I would expect that it does not, so we will have to figure out how to run the tests. Maybe it would make most sense to treat the overlayfs as another filesystem in all_filesystem tests... -- Cyril Hrubis chrubis@xxxxxxx