xfs: remove the btnum argument to xfs_inobt_count_blocks
authorChristoph Hellwig <hch@lst.de>
Thu, 22 Feb 2024 20:40:47 +0000 (12:40 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:40:47 +0000 (12:40 -0800)
commit4bfb028a4c00d0a079a625d7867325efb3c37de2
tree27d0e21dc6dc14b2ba5f5e73da814789dd1104dc
parent3038fd8129384c64946c17198229ee61f6f2c8e1
xfs: remove the btnum argument to xfs_inobt_count_blocks

xfs_inobt_count_blocks is only used for the finobt.  Hardcode the btnum
argument and rename the function to match that.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/libxfs/xfs_ialloc_btree.c