]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_io: handle internal RT devices in fsmap output
authorChristoph Hellwig <hch@lst.de>
Mon, 14 Apr 2025 05:36:22 +0000 (07:36 +0200)
committerAndrey Albershteyn <aalbersh@kernel.org>
Tue, 29 Apr 2025 16:11:09 +0000 (18:11 +0200)
commitfdbf36f53db3dd83c72d0b8d4a583e36e9ec1627
tree2bac9b4ef7a123894848c1176fd245d2936fe7aa
parent5e169f3d0afef62b76f581327df9990b5e5b285f
xfs_io: handle internal RT devices in fsmap output

Deal with the synthetic fmr_device values and the rt device offset when
calculating RG numbers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
io/fsmap.c