]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: pass the rtg to xfs_rgbno_to_rtb
authorChristoph Hellwig <hch@lst.de>
Thu, 19 Sep 2024 06:32:26 +0000 (08:32 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 19 Sep 2024 13:19:54 +0000 (15:19 +0200)
commitd71f1d398b5f33d096adb84dbe651484b74b3635
tree43328fdadd49a66829fc84301a285f8bbd3af6e6
parent2cfbef47aff7675d00efa2614cabf18ea035b6dd
xfs: pass the rtg to xfs_rgbno_to_rtb

Convert from a rgbno to a rtbno based on the rtgroup struture instead
of passing a [mp,rgno] tuple.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_refcount.c
fs/xfs/libxfs/xfs_rtgroup.h
fs/xfs/scrub/bmap.c
fs/xfs/scrub/bmap_repair.c
fs/xfs/scrub/cow_repair.c
fs/xfs/scrub/reap.c
fs/xfs/scrub/rgsuper.c
fs/xfs/scrub/rtrefcount.c
fs/xfs/scrub/rtrmap.c
fs/xfs/xfs_fsmap.c