commit | 8e38dc88a67b3c7475cbe8a132d03542717c1e27 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Aug 10 17:02:17 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Aug 18 18:46:01 2021 -0700 |
tree | f8b0c9dbc5a8c8105c9608852f179444581d9c11 | |
parent | 23825cd148764ce133ee92375da395140d6ccb15 [diff] |
xfs: make the keys and records passed to btree inorder functions const The inorder functions are simple predicates, which means that they don't modify the parameters. Mark them all const. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>