commit | 447a200c5f56836574fd99ec542de3b1d64c0915 | [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:05:30 2024 -0700 |
tree | 4d24befc4978e1dd61d19a5bb12c8a8d4b8c73af | |
parent | 3c7d4a4bcded419acea6f4dcb02b7ccb08867cc2 [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>