]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: rename btree block/buffer init functions
authorDarrick J. Wong <djwong@kernel.org>
Mon, 22 Apr 2024 17:00:58 +0000 (10:00 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 18:37:37 +0000 (11:37 -0700)
commit368e46c17dec730cf37d57e0056d3bc515a63c1f
tree5b44d11ebacbb1d8b81c0c63697ed9c7e457ad2d
parent8016d20c04dbf1f14822808596b605339e3b2935
xfs: rename btree block/buffer init functions

Source kernel commit: 3c68858b264fac292f74733eeaf558595978a5e5

Rename xfs_btree_init_block_int to xfs_btree_init_block, and
xfs_btree_init_block to xfs_btree_init_buf so that the name suggests the
type that caller are supposed to pass in.

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_ag.c
libxfs/xfs_bmap_btree.c
libxfs/xfs_btree.c
libxfs/xfs_btree.h
libxfs/xfs_btree_staging.c