xfs: constify btree function parameters that are not modified
authorDarrick J. Wong <djwong@kernel.org>
Thu, 12 Aug 2021 17:10:44 +0000 (10:10 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 19 Aug 2021 01:46:02 +0000 (18:46 -0700)
commit32816fd7920b32c24e1720ce387482fb430959fc
treec0f7c5a421f3351dec8963e78e9e5ef5f15f64b1
parent60e265f7f85a3d91c368f9284dc6501fa1f41e50
xfs: constify btree function parameters that are not modified

Constify the rest of the btree functions that take structure and union
pointers and are not supposed to modify them.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_btree.c
fs/xfs/libxfs/xfs_btree.h