]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: remove the btnum argument to xfs_inobt_count_blocks
authorChristoph Hellwig <hch@lst.de>
Mon, 22 Apr 2024 17:01:05 +0000 (10:01 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 18:37:39 +0000 (11:37 -0700)
commitd80c08e57d578ba8c3ad70dde947f85a95fbb5e8
tree519d3181535a0a00b3b6500ace8ef35272f47b03
parent47cdc8cb8eec724e52b4b8208c09bab70c988253
xfs: remove the btnum argument to xfs_inobt_count_blocks

Source kernel commit: 4bfb028a4c00d0a079a625d7867325efb3c37de2

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>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
libxfs/xfs_ialloc_btree.c