Re: [PATCH v2] xfs: clear PF_MEMALLOC before exiting xfsaild thread
From: Eric Biggers <ebiggers@kernel.org>
Date: 2020-03-12 22:20:51
Also in:
linux-xfs, lkml
From: Eric Biggers <ebiggers@kernel.org>
Date: 2020-03-12 22:20:51
Also in:
linux-xfs, lkml
On Mon, Mar 09, 2020 at 09:24:39AM -0700, Darrick J. Wong wrote:
quoted
mkfs.ext2 -F /dev/vdb mount /vdb -t ext4 touch /vdb/file chattr +S /vdb/fileDoes this trip if the process accounting file is also on an xfs filesystem?quoted
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@kernel.org/ - Eric