[LTP] [PATCH 1/1] utime03.c: Fix filesystem name

Li Wang liwang@redhat.com
Mon Jan 17 04:13:58 CET 2022


> > +++ b/testcases/kernel/syscalls/utime/utime03.c
> > @@ -93,7 +93,7 @@ static struct tst_test test = {
> >         .mntpoint = MNTPOINT,
> >         .all_filesystems = 1,
> >         .skip_filesystems = (const char *const[]) {
> > -               "v9",
> > +               "9p",
>
> I'm wondering does it really take effect with whatever "v9" or "9p"?
> Because the fs_type_whitelist[] does not include any of them.

Unless removing the .all_filesystems as well otherwise, it is impossible
has a chance to test on 9p.

-- 
Regards,
Li Wang



More information about the ltp mailing list