xfs: pass a 'bool is_finobt' to xfs_inobt_insert
authorChristoph Hellwig <hch@lst.de>
Thu, 22 Feb 2024 20:40:50 +0000 (12:40 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:40:50 +0000 (12:40 -0800)
commitfbeef4e061ab28bf556af4ee2a5a9848dc4616c5
tree12d46d470bf98dd46f5a791720c69197878daa72
parent14dd46cf31f4aaffcf26b00de9af39d01ec8d547
xfs: pass a 'bool is_finobt' to xfs_inobt_insert

This is one of the last users of xfs_btnum_t and can only designate
either the inobt or finobt.  Replace it with a simple bool.

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