Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 669f8f1a authored by Vasily Averin's avatar Vasily Averin Committed by David S. Miller
Browse files

packet: exit_net cleanup check added



Be sure that packet.sklist initialized in net_init hook was return
to initial state.

Signed-off-by: default avatarVasily Averin <vvs@virtuozzo.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ab384b63
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4560,6 +4560,7 @@ static int __net_init packet_net_init(struct net *net)
static void __net_exit packet_net_exit(struct net *net)
{
	remove_proc_entry("packet", net->proc_net);
	WARN_ON_ONCE(!hlist_empty(&net->packet.sklist));
}

static struct pernet_operations packet_net_ops = {