]> 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>
Mon, 23 Sep 2024 20:42:48 +0000 (13:42 -0700)
committerChristoph Hellwig <hch@lst.de>
Wed, 9 Oct 2024 13:55:51 +0000 (15:55 +0200)
commitf7829d0362ab193220bf83ff245ef4f931950e75
treeabf92b449a87ba61703b197af6e4f63c70fa25cc
parent8570447db2e0be734ea7b994059074f2adb2afb5
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