[LTP] [PATCH 2/2] syscalls: update tcases using dev_fs_type to use some_filesystems

Cyril Hrubis chrubis@suse.cz
Thu May 30 13:10:30 CEST 2019


Hi!
> Signed-off-by: Murphy Zhou <xzhou@redhat.com>
> ---
>  .../kernel/syscalls/copy_file_range/copy_file_range02.c   | 8 ++++++--

I guess that we can enable the this test for all filesystems, there is
in-kernel fallback for filesystems that does not support the syscall so
it should work on all filesystems and the fallback code should be tested
as well.

>  testcases/kernel/syscalls/getxattr/getxattr04.c           | 7 +++++--

Well I would be slightly in favor of enabling this test for all
filesystems as well.

If we ever want to maintain list of filesystems that support extended
attributes there should be only one somewhere in the test library so
that we don't have to change thousand testcases later on.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list