On Fri, 04 May 2018 16:35:27 +0200, Aurélien Aptel wrote: > The bug can be triggered by listing the xattr with getfattr on a samba > smb2 mount point: > > $ echo foo > foo.txt ; getfattr foo.txt ; echo $? > getfattr: foo.txt: No such attribute > 1 > > vs on an xfs mount point and on a patched kernel: > > $ echo foo > foo.txt ; getfattr foo.txt ; echo $? > 0 Is there already coverage of this in xfstests? If not, please make sure it gets submitted. Cheers, David -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html