mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 21:24:08 +08:00
packet: exit_net cleanup check added
Be sure that packet.sklist initialized in net_init hook was return to initial state. Signed-off-by: Vasily Averin <vvs@virtuozzo.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ab384b63c7
commit
669f8f1a5c
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user