]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_scrub: trim realtime volumes too
authorDarrick J. Wong <djwong@kernel.org>
Thu, 15 Aug 2024 18:56:32 +0000 (11:56 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 16 Aug 2024 21:57:37 +0000 (14:57 -0700)
commitf980a866198b29f20fd5f589c8ffe9a155999f7c
tree8fe4025b19da3e439ac2c2bea886d836d79d1afa
parent7a97a07197c5d958e61100886e6f9cdf44261443
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