xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf calls
authorDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:35:18 +0000 (12:35 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:35:18 +0000 (12:35 -0800)
commit7771f7030007e3faa6906864d01b504b590e1ca2
tree6d9cca5fcffc4740afc1d0dca19aa5c663556c67
parent3c68858b264fac292f74733eeaf558595978a5e5
xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf calls

Convert any place we call xfs_btree_init_block with a buffer to use the
_init_buf function.

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