diff options
| author | Florian Westphal <[email protected]> | 2022-02-15 18:11:29 -0800 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2022-02-16 20:52:05 -0800 |
| commit | 51fa7f8ebf0e25c7a9039fa3988a623d5f3855aa (patch) | |
| tree | 9a7fbc8ca3955471e3a4140edb7a82ac8ce4f05d /tools/perf/scripts/python/libxed.py | |
| parent | 90d930882139f166ed2551205d6f6d8c50b656fb (diff) | |
mptcp: mark ops structures as ro_after_init
These structures are initialised from the init hooks, so we can't make
them 'const'. But no writes occur afterwards, so we can use ro_after_init.
Also, remove bogus EXPORT_SYMBOL, the only access comes from ip
stack, not from kernel modules.
Signed-off-by: Florian Westphal <[email protected]>
Signed-off-by: Mat Martineau <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions