]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_scrub: trim realtime volumes too
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:22:11 +0000 (14:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 9 Jul 2024 22:37:16 +0000 (15:37 -0700)
commit1f18ca1f47e29640c563a808eeacacc7955a41d0
tree2ab73ec78fd8b712262621b469bb18879c85c9cb
parent8940342bc5c9f4f5f2e98163642250fb6201df4d
xfs_scrub: trim realtime volumes too

On the kernel side, the XFS realtime groups patchset added support for
FITRIM of the realtime volume.  This support doesn't actually require
there to be any realtime groups, so teach scrub to run through the whole
region.

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