]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: store a generic xfs_group pointer in xfs_getfsmap_info
authorChristoph Hellwig <hch@lst.de>
Thu, 19 Sep 2024 06:45:52 +0000 (08:45 +0200)
committerChristoph Hellwig <hch@lst.de>
Sun, 22 Sep 2024 05:51:02 +0000 (07:51 +0200)
commitca183631509a182f99bd069c7ac9432f3df757de
tree930fdb5b45f0c116ba3f1b4ac2d00b920c21efe1
parentbecec6611d8c8eb7b54408a5e7fe6f645924f7f4
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