]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: move and rename xfs_btree_read_bufl
authorChristoph Hellwig <hch@lst.de>
Mon, 22 Apr 2024 17:01:09 +0000 (10:01 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 18:37:40 +0000 (11:37 -0700)
commitb4b20c27f5cae069b9381502f905e8aef730c24e
tree929ad7ffb6af3044bcb3c10c997d18aa7f578ac6
parentd2df92754c6b049974f121f82e74bcdc9a2fb7cc
xfs: move and rename xfs_btree_read_bufl

Source kernel commit: 6a701eb8fbbb5f500684947883fd77ed0475fa82

Despite its name, xfs_btree_read_bufl doesn't contain any btree-related
functionaliy and isn't used by the btree code.  Move it to xfs_bmap.c,
hard code the refval and ops arguments and rename it to
xfs_bmap_read_buf.

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>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
libxfs/xfs_bmap.c
libxfs/xfs_btree.c
libxfs/xfs_btree.h