commit | 3445f9c0dafd487780721fdfff1d7f733070ce34 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Feb 28 11:40:49 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue May 21 13:01:06 2024 -0700 |
tree | 81d10aa0372020d2f5ab1054f14e338bf4d7ad58 | |
parent | 398c004d3d0e6172f7d3349141f87f073dbddb1e [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>