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

Murphy Zhou xzhou@redhat.com
Thu May 30 17:05:00 CEST 2019


On Thu, May 30, 2019 at 01:10:30PM +0200, Cyril Hrubis wrote:
> 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.

Hmm.. So we actually don't need this array. Just enable some proper
tests for all filesystems.

> 
> -- 
> Cyril Hrubis
> chrubis@suse.cz


More information about the ltp mailing list