xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor
authorDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:33:18 +0000 (12:33 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:33:18 +0000 (12:33 -0800)
commit056d22c87132cf4968f5e702116439bea9795930
tree9d90f676bc6429d6c370b3e1f98e1cee818d3eaf
parent2ed0b2c7f33159825af1a1a83face66edb52348a
xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor

This is a precursor to putting more static data in the btree ops structure.

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