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

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

phonet: exit_net cleanup check added



Be sure that pndevs.list 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 1e7af3b2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -331,7 +331,10 @@ static int __net_init phonet_init_net(struct net *net)

static void __net_exit phonet_exit_net(struct net *net)
{
	struct phonet_net *pnn = phonet_pernet(net);

	remove_proc_entry("phonet", net->proc_net);
	WARN_ON_ONCE(!list_empty(&pnn->pndevs.list));
}

static struct pernet_operations phonet_net_ops = {