]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: allow dquot rt block count to exceed rt blocks on reflink fs
authorDarrick J. Wong <djwong@kernel.org>
Tue, 15 Oct 2024 19:40:35 +0000 (12:40 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:47:12 +0000 (13:47 -0700)
commit011748c4953e4ad3bdba66dd9a7ab978a0098016
tree245af4827d9041c57dcdcda1c4c3d2a9da1e6123
parentbb6b052111b782b862568a2ee12087060c14119e
xfs: allow dquot rt block count to exceed rt blocks on reflink fs

Update the quota scrubber to allow dquots where the realtime block count
exceeds the block count of the rt volume if reflink is enabled.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/scrub/quota.c