diff options
author | 2020-10-05 01:44:17 +0200 | |
---|---|---|
committer | 2020-10-04 21:13:36 -0700 | |
commit | b980b313e5a2ace214322af9f3183c269b5c55ae (patch) | |
tree | a0df8543af846d2289f60e135fad2509602a555e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mptcp: Constify mptcp_pm_ops (diff) | |
download | linux-dev-b980b313e5a2ace214322af9f3183c269b5c55ae.tar.xz linux-dev-b980b313e5a2ace214322af9f3183c269b5c55ae.zip |
net: openvswitch: Constify static struct genl_small_ops
The only usage of these is to assign their address to the small_ops field
in the genl_family struct, which is a const pointer, and applying
ARRAY_SIZE() on them. Make them const to allow the compiler to put them
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