]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: store a generic xfs_group pointer in xfs_getfsmap_info
authorChristoph Hellwig <hch@lst.de>
Mon, 4 Nov 2024 04:18:45 +0000 (20:18 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 5 Nov 2024 21:38:29 +0000 (13:38 -0800)
commit198febb9fe653503f94edc080529fa9e1e22d359
tree4585e574ece91d97c377a5981782a562877f9d50
parent77a530e6c49d22bd4a221d2f059db24fc30094db
xfs: store a generic xfs_group pointer in xfs_getfsmap_info

Replace the pag and rtg pointers with a generic group pointer.

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/xfs_fsmap.c