Re: [PATCH v2] xfs: clear PF_MEMALLOC before exiting xfsaild thread

From: Eric Biggers
Date: Thu Mar 12 2020 - 18:20:51 EST


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