]> 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>
Fri, 20 Dec 2024 03:49:39 +0000 (19:49 -0800)
committerChristoph Hellwig <hch@lst.de>
Mon, 14 Apr 2025 05:36:00 +0000 (07:36 +0200)
commitad1e1a2bde41851afad1624c00bffef6b09b7bf4
tree5c21dd41fef8391bf6676055b0748193752c7390
parent588c16bdc841f50cb28e9c0697b92ebaafdb5203
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