On Mon, Mar 09, 2020 at 09:24:39AM -0700, Darrick J. Wong wrote: > > > > mkfs.ext2 -F /dev/vdb > > mount /vdb -t ext4 > > touch /vdb/file > > chattr +S /vdb/file > > Does this trip if the process accounting file is also on an xfs > filesystem? > > > accton /vdb/file > > mkfs.xfs -f /dev/vdc > > mount /vdc > > umount /vdc > > ...and if so, can this be turned into an fstests case, please? > Test sent out at https://lkml.kernel.org/fstests/20200312221437.141484-1-ebiggers@xxxxxxxxxx/ - Eric