]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: don't flag quota rt block usage on rtreflink filesystems
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:21:11 +0000 (16:21 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 23 Dec 2024 21:06:15 +0000 (13:06 -0800)
commitcca34a305446f0eeea7c6c76bbb01ecf58be9cbc
treec404715f95392cd61051bffd9c4b5f3add6faaa3
parentca757af07fccf527f91ad49f3b6648e6783b0bc8
xfs: don't flag quota rt block usage on rtreflink filesystems

Quota space usage is allowed to exceed the size of the physical storage
when reflink is enabled.  Now that we have reflink for the realtime
volume, apply this same logic to the rtb repair logic.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/scrub/quota_repair.c