]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: split xfs_inobt_insert_sprec
authorChristoph Hellwig <hch@lst.de>
Mon, 22 Apr 2024 17:01:06 +0000 (10:01 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 18:37:39 +0000 (11:37 -0700)
commit9763e8904572e1aceaa5d8bdc1bf621968788104
tree1e740c487fba544e9778b3cd721d13da5b3814a1
parentd80c08e57d578ba8c3ad70dde947f85a95fbb5e8
xfs: split xfs_inobt_insert_sprec

Source kernel commit: 8541a7d9da2dd6e44f401f2363b21749b7413fc9

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