diff options
Diffstat (limited to 'net/ipv4/route.c')
| -rw-r--r-- | net/ipv4/route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c index ac4d6b3fa9c9..bcd4744e0e4e 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c | |||
| @@ -3514,6 +3514,6 @@ int __init ip_rt_init(void) | |||
| 3514 | */ | 3514 | */ |
| 3515 | void __init ip_static_sysctl_init(void) | 3515 | void __init ip_static_sysctl_init(void) |
| 3516 | { | 3516 | { |
| 3517 | register_sysctl_paths(ipv4_path, ipv4_skeleton); | 3517 | kmemleak_not_leak(register_sysctl_paths(ipv4_path, ipv4_skeleton)); |
| 3518 | } | 3518 | } |
| 3519 | #endif | 3519 | #endif |
