net/ipv4:Remove two memleak reports by kmemleak_not_leak.

Signed-off-by: majianpeng <majianpeng@gmail.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
majianpeng 2012-04-16 19:33:31 +00:00 committed by David S. Miller
parent 85bba52de1
commit 7f59388108

View File

@ -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