diff options
| author | Matthew Wilcox (Oracle) <[email protected]> | 2022-12-12 14:49:46 +0000 |
|---|---|---|
| committer | Peter Zijlstra <[email protected]> | 2022-12-27 12:52:16 +0100 |
| commit | 904cbab71dda1689d41a240541179f21ff433c40 (patch) | |
| tree | dfa06645baa7b63f99c6727d49827b42399a2525 /tools/perf/scripts/python/bin | |
| parent | b344b8f2d88dbf095caf97ac57fd3645843fa70f (diff) | |
sched: Make const-safe
With a modified container_of() that preserves constness, the compiler
finds some pointers which should have been marked as const. task_of()
also needs to become const-preserving for the !FAIR_GROUP_SCHED case so
that cfs_rq_of() can take a const argument. No change to generated code.
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions