commit | 15f78aa3eb07645e7bef15a53b4ae1c757907d2c | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Apr 15 14:54:12 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Mon Apr 15 14:54:12 2024 -0700 |
tree | 93fee6a3efc8f5f28805f7e5113f4b55b4946fea | |
parent | ac5cebeed61351c0a60c65bd20c70120469c46ff [diff] |
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>