xfs: constify xfs_bmap_is_written_extent
authorDarrick J. Wong <djwong@kernel.org>
Mon, 15 Apr 2024 21:54:12 +0000 (14:54 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 15 Apr 2024 21:54:12 +0000 (14:54 -0700)
commit15f78aa3eb07645e7bef15a53b4ae1c757907d2c
tree93fee6a3efc8f5f28805f7e5113f4b55b4946fea
parentac5cebeed61351c0a60c65bd20c70120469c46ff
xfs: constify xfs_bmap_is_written_extent

This predicate doesn't modify the structure that's being passed in, so
we can mark it const.

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