mptcp: remove redundant initialization in pm_nl_init_net()
authorJianguo Wu <wujianguo@chinatelecom.cn>
Thu, 27 May 2021 23:54:27 +0000 (16:54 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 28 May 2021 20:59:16 +0000 (13:59 -0700)
commitae514983f2e416cb1476bdd8e23b6d9be4ce94cd
treebff61b4ccb277c72865074b0c00d08aa36ee5d30
parent0a4d8e96e4fd687af92b961d5cdcea0fdbde05fe
mptcp: remove redundant initialization in pm_nl_init_net()

Memory of struct pm_nl_pernet{} is allocated by kzalloc()
in setup_net()->ops_init(), so it's no need to reset counters
and zero bitmap in pm_nl_init_net().

Acked-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: Jianguo Wu <wujianguo@chinatelecom.cn>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/mptcp/pm_netlink.c