xfs: remove xfs_btree_reada_bufl
authorChristoph Hellwig <hch@lst.de>
Thu, 22 Feb 2024 20:41:00 +0000 (12:41 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:41:00 +0000 (12:41 -0800)
commit5eec8fa30dfa548d07332756101053f47f6ba26c
tree5c0c2540ed372d796f2c48d45e2e9511bb0a69d7
parent79e72304dcba471e5c0dea2f3c67fe1a0558c140
xfs: remove xfs_btree_reada_bufl

xfs_btree_reada_bufl just wraps xfs_btree_readahead and a fsblock
to daddr conversion.  Just open code it's two callsites in the only
caller.

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_btree.c
fs/xfs/libxfs/xfs_btree.h