]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_io: correctly report RGs with internal rt dev in bmap output
authorChristoph Hellwig <hch@lst.de>
Mon, 14 Apr 2025 05:36:20 +0000 (07:36 +0200)
committerAndrey Albershteyn <aalbersh@kernel.org>
Tue, 29 Apr 2025 16:11:09 +0000 (18:11 +0200)
commit551948d6e6eaf401dbbfce985b2628bdc2233710
treef7de548f693be26ac9c9940ce79c0c304a8381cf
parent0dddd8096138fc8cb5b57d37298734e96099d436
xfs_io: correctly report RGs with internal rt dev in bmap output

Apply the proper offset.  Somehow this made gcc complain about
possible overflowing abuf, so increase the size for that as well.

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