diff options
author | Christoph Hellwig <hch@lst.de> | 2024-11-04 07:18:32 +0300 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2024-11-06 00:38:25 +0300 |
commit | 2337ac79e93358caf1ac797fff54de1f8574d5d3 (patch) | |
tree | c6ebc44ed3f818f711d61d7cfa6b7ce6ef9aaa79 /tools/perf/scripts/python/gecko.py | |
parent | 3c39444939da054ea190296f03eb4bf72ea00fc3 (diff) | |
download | linux-2337ac79e93358caf1ac797fff54de1f8574d5d3.tar.xz |
xfs: constify pag arguments to trace points
Trace points never modify their arguments. Mark all the pag objects
passed to trace points. The exception is the xfs_ag_resv_class, which
uses the xfs_perag_resv helper that can't be marked const due to
other users modifying the returned structure.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions