diff options
author | Christoph Hellwig <[email protected]> | 2024-11-03 20:18:32 -0800 |
---|---|---|
committer | Darrick J. Wong <[email protected]> | 2024-11-05 13:38:25 -0800 |
commit | 2337ac79e93358caf1ac797fff54de1f8574d5d3 (patch) | |
tree | c6ebc44ed3f818f711d61d7cfa6b7ce6ef9aaa79 /tools/perf/scripts/python/libxed.py | |
parent | 3c39444939da054ea190296f03eb4bf72ea00fc3 (diff) |
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 <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Signed-off-by: Darrick J. Wong <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions