commit | 04dcb47482a9d9e27feba48ca92613edced42ef9 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Aug 10 17:02:15 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Aug 18 18:46:01 2021 -0700 |
tree | b447871036866a0a300fbf2b5d27172618e7dbf1 | |
parent | d29d5577774d7d032da1343dba80be7423e307f9 [diff] |
xfs: make the key parameters to all btree query range functions const Range query functions are not supposed to modify the query keys that are being passed in, so mark them all const. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>