Commit 7f593881 authored by majianpeng's avatar majianpeng Committed by David S. Miller

net/ipv4:Remove two memleak reports by kmemleak_not_leak.

Signed-off-by: default avatarmajianpeng <majianpeng@gmail.com>
Acked-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 85bba52d
......@@ -3514,6 +3514,6 @@ int __init ip_rt_init(void)
*/
void __init ip_static_sysctl_init(void)
{
register_sysctl_paths(ipv4_path, ipv4_skeleton);
kmemleak_not_leak(register_sysctl_paths(ipv4_path, ipv4_skeleton));
}
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment