xfs: split xfs_inobt_insert_sprec
authorChristoph Hellwig <hch@lst.de>
Thu, 22 Feb 2024 20:40:48 +0000 (12:40 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:40:48 +0000 (12:40 -0800)
commit8541a7d9da2dd6e44f401f2363b21749b7413fc9
treef5bfb71a141c3ed8ec876e11fd1b12b2dbc8cf4c
parentc81a01a74a6769569650f4e42203ce3147b24f0a
xfs: split xfs_inobt_insert_sprec

Split the finobt version that never merges and uses a different cursor
out of xfs_inobt_insert_sprec to prepare for removing xfs_btnum_t.

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>
fs/xfs/libxfs/xfs_ialloc.c