]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor
authorDarrick J. Wong <djwong@kernel.org>
Mon, 22 Apr 2024 17:00:57 +0000 (10:00 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 18:37:37 +0000 (11:37 -0700)
commitc75cc5dc50ffa50f7697afc538a42ae978ce25c4
tree76fd53e2be82637ce06b3f4382a11b6a81529722
parent600309797414b8d67a931dee9a5ae5ab5a271cb2
xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor

Source kernel commit: 056d22c87132cf4968f5e702116439bea9795930

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>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
libxfs/xfs_alloc_btree.c
libxfs/xfs_bmap_btree.c
libxfs/xfs_btree.h
libxfs/xfs_ialloc_btree.c
libxfs/xfs_refcount_btree.c
libxfs/xfs_rmap_btree.c