]> 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>
Wed, 29 May 2024 04:13:25 +0000 (21:13 -0700)
committerChristoph Hellwig <hch@lst.de>
Mon, 12 Aug 2024 11:53:11 +0000 (13:53 +0200)
commit2bc22beeaccf8fe1d62a2db4095a02477771485f
tree7266716fbb76d371a61b1d875fd679408584503d
parent1f942b1725428932ead461d1f97f265594e1c942
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