On Wed, May 07, 2025 at 02:54:07PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > Back in 2020 I converted attr_set to lsetxattr, but neglected to notice > that the attr name now has to have the prefix "user." which attr_set > used to append for us. Unfortunately nobody runs fsstress in verbose > mode so I didn't notice until now, and even then only because fuse2fs > stupidly accepts any name, even if that corrupts the filesystem. Looks good Reviewed-by: Christoph Hellwig <hch@xxxxxx> I wonde if this creates a fallout somewhere else now that we actually do xattr ops that don't fail..