]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: store a generic xfs_group pointer in xfs_getfsmap_info xfs-generic-group
authorChristoph Hellwig <hch@lst.de>
Thu, 19 Sep 2024 06:45:52 +0000 (08:45 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 19 Sep 2024 13:19:57 +0000 (15:19 +0200)
commitffbc0a18d649ac7857bcfbf1ed942f414c147c2e
tree2928990903f946fd63eb90bd2850a84b1ab30290
parent686ede1eb47c28c7ecacaf1ef6aa7280a08bd43c
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>
fs/xfs/xfs_fsmap.c