aboutsummaryrefslogtreecommitdiffstats
path: root/net/mptcp/protocol.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2022-02-15 18:11:29 -0800
committerJakub Kicinski <kuba@kernel.org>2022-02-16 20:52:05 -0800
commit51fa7f8ebf0e25c7a9039fa3988a623d5f3855aa (patch)
tree9a7fbc8ca3955471e3a4140edb7a82ac8ce4f05d /net/mptcp/protocol.h
parentmptcp: constify a bunch of of helpers (diff)
downloadlinux-dev-51fa7f8ebf0e25c7a9039fa3988a623d5f3855aa.tar.xz
linux-dev-51fa7f8ebf0e25c7a9039fa3988a623d5f3855aa.zip
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 <fw@strlen.de> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/mptcp/protocol.h')
0 files changed, 0 insertions, 0 deletions