On Wed, Jul 12, 2017 at 06:53:22AM -0300, Ernesto A. Fernández wrote: > If your working directory is on a filesystem mounted with extended user > attributes (and acl of course), this script will trigger the issue by > filling the drive: > > > touch test.file > chmod go-rwx test.file > yes xxxxxxxxxx > test.file > i=1 > while setfattr -n user.$i test.file; do > ((++i)) > done > setfacl -m m:r test.file Can you please wire this up for xfstests?