diff options
author | 2020-10-05 01:44:16 +0200 | |
---|---|---|
committer | 2020-10-04 21:13:36 -0700 | |
commit | 674d3ab94977684392200cdb193968341d452aae (patch) | |
tree | 7f5708544d85653ea6e16be51ec9326a81ad9998 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drivers/net/wan/hdlc_fr: Improvements to the code of pvc_xmit (diff) | |
download | linux-dev-674d3ab94977684392200cdb193968341d452aae.tar.xz linux-dev-674d3ab94977684392200cdb193968341d452aae.zip |
mptcp: Constify mptcp_pm_ops
The only usages of mptcp_pm_ops is to assign its address to the small_ops
field of the genl_family struct, which is a const pointer, and applying
ARRAY_SIZE() on it. Make it const to allow the compiler to put it in
read-only memory.
Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions