mptcp: add ro_after_init for tcp{,v6}_prot_override
commit
e3f255fd96d484af1a37ac9e735f8f1dc377d3dd upstream.
Add __ro_after_init labels for the variables tcp_prot_override and
tcpv6_prot_override, just like other variables adjacent to them, to
indicate that they are initialised from the init hooks and no writes
occur afterwards.
Fixes: 3c2aa14b9ad8 ("mptcp: implement delegated actions")
Cc: stable@vger.kernel.org
Fixes: 00bbb2c1698b ("mptcp: mark ops structures as ro_after_init")
Signed-off-by: Geliang Tang <geliang.tang@suse.com>
Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>