]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_io: correctly report RGs with internal rt dev in bmap output
authorChristoph Hellwig <hch@lst.de>
Thu, 14 Nov 2024 10:21:00 +0000 (11:21 +0100)
committerChristoph Hellwig <hch@lst.de>
Mon, 9 Dec 2024 14:25:20 +0000 (15:25 +0100)
commiteb181e28f3965c275a27caab0767fd6a645badd1
tree8b9086aed123a5779756826f2044ccb1db50df16
parent86268de8fdde2e56421eba16b1b04e8f1cff8bf6
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>
io/bmap.c