xfs: remove xfs_inobt_cur
authorChristoph Hellwig <hch@lst.de>
Thu, 22 Feb 2024 20:40:46 +0000 (12:40 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:40:46 +0000 (12:40 -0800)
commit3038fd8129384c64946c17198229ee61f6f2c8e1
treea83e31ad70743b61c71a9af25b4f5cdb423b3ac9
parent1c8b9fd278c08e16c27a41be484b77383738de1f
xfs: remove xfs_inobt_cur

This helper provides no real advantage over just open code the two
calls in it in the callers.

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
fs/xfs/libxfs/xfs_ialloc_btree.h
fs/xfs/xfs_iwalk.c