xfs: remove xfs_btree_reada_bufs
authorChristoph Hellwig <hch@lst.de>
Thu, 22 Feb 2024 20:41:01 +0000 (12:41 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:41:01 +0000 (12:41 -0800)
commit6324b00c9ecb8d11a157d2a4bc3e5a495534bdf1
tree1012f0d447ac7b3e855f0625e3be8b3ae46a732e
parent5eec8fa30dfa548d07332756101053f47f6ba26c
xfs: remove xfs_btree_reada_bufs

xfs_btree_reada_bufl just wraps xfs_btree_readahead and a agblock
to daddr conversion.  Just open code it's three callsites in the
two callers (One of which isn't even btree related).

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