summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2024-02-22 12:39:45 -0800
committerDarrick J. Wong <djwong@kernel.org>2024-02-22 12:39:45 -0800
commit02f7ebf5f99c3776bbf048786885eeafeb2f21ca (patch)
tree5cbdcdefc3dbed729a5ab96d420ab26f7b1db888 /fs/xfs/scrub
parent802f91f7b1d535ac975e2d696bf5b5dea82816e7 (diff)
downloadlinux-02f7ebf5f99c3776bbf048786885eeafeb2f21ca.tar.gz
linux-02f7ebf5f99c3776bbf048786885eeafeb2f21ca.tar.bz2
linux-02f7ebf5f99c3776bbf048786885eeafeb2f21ca.zip
xfs: remove xfs_bmbt_stage_cursor
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>
Diffstat (limited to 'fs/xfs/scrub')
-rw-r--r--fs/xfs/scrub/bmap_repair.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/fs/xfs/scrub/bmap_repair.c b/fs/xfs/scrub/bmap_repair.c
index a4bb89fdd510..1e656fab5e41 100644
--- a/fs/xfs/scrub/bmap_repair.c
+++ b/fs/xfs/scrub/bmap_repair.c
@@ -639,7 +639,13 @@ xrep_bmap_build_new_fork(
rb->new_bmapbt.bload.get_records = xrep_bmap_get_records;
rb->new_bmapbt.bload.claim_block = xrep_bmap_claim_block;
rb->new_bmapbt.bload.iroot_size = xrep_bmap_iroot_size;
- bmap_cur = xfs_bmbt_stage_cursor(sc->mp, sc->ip, ifake);
+
+ /*
+ * Allocate a new bmap btree cursor for reloading an inode block mapping
+ * data structure.
+ */
+ bmap_cur = xfs_bmbt_init_cursor(sc->mp, NULL, sc->ip, XFS_STAGING_FORK);
+ xfs_btree_stage_ifakeroot(bmap_cur, ifake);
/*
* Figure out the size and format of the new fork, then fill it with