On Tue, Mar 05, 2019 at 02:36:13PM +1000, Ronnie Sahlberg wrote: > This test is cloned from 097 but has had all the tests for trusted.* > removed. > This makes it possible to use this test on filesystems that can only > provide user.* xattrs such as CIFS. > > Signed-off-by: Ronnie Sahlberg <lsahlber@xxxxxxxxxx> Sorry I missed your last patch of this clone.. Do I need to do special setup for CIFS to support xattr? Currently I got test _notrun because attrs are not supported by CIFS. I was mounting a local samba server with -o vers=3.0 -o username=user,password=passwd,sfu -o context=system_u:object_r:root_t:s0 //localhost/scratch /mnt/scratch Kernel is 5.0.0-rc7. But instead of cloning all the user.* xattr tests, I think it's better to split generic/097, leave all trusted.* xattr tests there and move all user.* xattr tests to this new test. So we don't have to maintain two copys of the same user.* xattr tests. Thanks, Eryu