]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: move the online repair rmap hooks to the generic group structure
authorChristoph Hellwig <hch@lst.de>
Mon, 23 Sep 2024 20:40:39 +0000 (13:40 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 2 Oct 2024 01:10:37 +0000 (18:10 -0700)
commite30f8b169d2b72505102dc6dfc0eb9c53e047e3d
treeffdba7fb96ca7a899aab90577283d1d51a4be1f0
parent2adc4c865abf33a1b82941c0429d96d13d951cf2
xfs: move the online repair rmap hooks to the generic group structure

Prepare for the upcoming realtime groups feature by moving the online
repair rmap hooks to based to the generic xfs_group structure.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/libxfs/xfs_ag.c
fs/xfs/libxfs/xfs_ag.h
fs/xfs/libxfs/xfs_group.c
fs/xfs/libxfs/xfs_group.h
fs/xfs/libxfs/xfs_rmap.c
fs/xfs/libxfs/xfs_rmap.h
fs/xfs/scrub/rmap_repair.c