mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
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:
parent
85bba52de1
commit
7f59388108
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user