]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: don't flag quota rt block usage on rtreflink filesystems
authorDarrick J. Wong <djwong@kernel.org>
Thu, 15 Aug 2024 18:49:43 +0000 (11:49 -0700)
committerChristoph Hellwig <hch@lst.de>
Sun, 22 Sep 2024 08:48:30 +0000 (10:48 +0200)
commit3050cd28e151dad3d82e8cb41f2f54fa3f2b68bf
tree5dc478da91b54d68a36bd9557f311dbdf7758862
parentfa7545d660af24783d96a6b384732608c9d853ac
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>
fs/xfs/scrub/quota_repair.c