diff options
author | 2021-08-12 09:53:27 -0700 | |
---|---|---|
committer | 2021-08-18 18:46:02 -0700 | |
commit | deb06b9ab6dfa167c280a68d5acb2f12e007073f (patch) | |
tree | 519ceb881b11c16af2e39fddf81d95ec6e873afc /tools/perf/scripts/python/export-to-postgresql.py | |
parent | xfs: make the pointer passed to btree set_root functions const (diff) | |
download | wireguard-linux-deb06b9ab6dfa167c280a68d5acb2f12e007073f.tar.xz wireguard-linux-deb06b9ab6dfa167c280a68d5acb2f12e007073f.zip |
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions