X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=net%2Fipv4%2Fipmr.c;h=7003cc1b7fe26c5c87c055d15f489214f26ae356;hb=07feaebfcc10cd35e745c7073667935246494bee;hp=d96582acdf69a7b4110cc4dfafc2d2c290d7a379;hpb=08f3dfe8c4b91189890019d307aad236c3633515;p=deliverable%2Flinux.git diff --git a/net/ipv4/ipmr.c b/net/ipv4/ipmr.c index d96582acdf69..7003cc1b7fe2 100644 --- a/net/ipv4/ipmr.c +++ b/net/ipv4/ipmr.c @@ -1917,7 +1917,7 @@ void __init ip_mr_init(void) mrt_cachep = kmem_cache_create("ip_mrt_cache", sizeof(struct mfc_cache), 0, SLAB_HWCACHE_ALIGN|SLAB_PANIC, - NULL, NULL); + NULL); init_timer(&ipmr_expire_timer); ipmr_expire_timer.function=ipmr_expire_process; register_netdevice_notifier(&ip_mr_notifier);