commit | deb06b9ab6dfa167c280a68d5acb2f12e007073f | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Thu Aug 12 09:53:27 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Aug 18 18:46:02 2021 -0700 |
tree | 519ceb881b11c16af2e39fddf81d95ec6e873afc | |
parent | b5a6e5fe0e6840bc90e51cf522d6c5a880cde567 [diff] |
xfs: make the start pointer passed to btree alloc_block functions const The @start pointer passed to each per-AG btree type's ->alloc_block function isn't supposed to be modified, since it's a hint about the location of the btree block being split that is to be fed to the allocator, so mark the parameter const. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>