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

Commit 798ec84d authored by majianpeng's avatar majianpeng Committed by David S. Miller
Browse files

net/core:Remove memleak reports by kmemleak_not_leak.

parent 7f593881
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -256,7 +256,7 @@ static __init int sysctl_core_init(void)
{
	static struct ctl_table empty[1];

	register_sysctl_paths(net_core_path, empty);
	kmemleak_not_leak(register_sysctl_paths(net_core_path, empty));
	register_net_sysctl_rotable(net_core_path, net_core_table);
	return register_pernet_subsys(&sysctl_core_ops);
}