]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove xfs_bmbt_stage_cursor
authorChristoph Hellwig <hch@lst.de>
Mon, 22 Apr 2024 17:01:04 +0000 (10:01 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 18:37:39 +0000 (11:37 -0700)
commit23b5c6887e199899c35ca80efc3e5fd4d006a797
treeab5f751c7419a3e5fe49ebc1b45d8a96cb81e25f
parentec6bbb1e83534e7a32ceae070cc2d99d3264bba1
xfs: remove xfs_bmbt_stage_cursor

Source kernel commit: 02f7ebf5f99c3776bbf048786885eeafeb2f21ca

Just open code the two calls in the callers.

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>
db/bmap_inflate.c
libxfs/libxfs_api_defs.h
libxfs/xfs_bmap_btree.c
libxfs/xfs_bmap_btree.h
repair/bmap_repair.c