]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove support for disabling quota accounting on a mounted file system
authorChristoph Hellwig <hch@lst.de>
Mon, 31 Jan 2022 20:25:47 +0000 (15:25 -0500)
committerEric Sandeen <sandeen@redhat.com>
Mon, 31 Jan 2022 20:25:47 +0000 (15:25 -0500)
commitb38197ad05f9e56769322df34b1654cf7ed99317
treef86978b0a30d92f1c7338ffb4fa77de7a4c04bb4
parent575f24e536641e5df46e2dd2f8e0a487eada3d5c
xfs: remove support for disabling quota accounting on a mounted file system

Source kernel commit: 40b52225e58cd3adf9358146b4b39dccfbfe5892

Disabling quota accounting is hairy, racy code with all kinds of pitfalls.
And it has a very strange mind set, as quota accounting (unlike
enforcement) really is a propery of the on-disk format.  There is no good
use case for supporting this.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_trans_resv.c
libxfs/xfs_trans_resv.h