net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCH
[safe/jmp/linux-2.6] / net / ipv4 / route.c
index 9889fbd..90cdcfc 100644 (file)
@@ -900,6 +900,12 @@ void rt_cache_flush(struct net *net, int delay)
                rt_do_flush(!in_softirq());
 }
 
+/* Flush previous cache invalidated entries from the cache */
+void rt_cache_flush_batch(void)
+{
+       rt_do_flush(!in_softirq());
+}
+
 /*
  * We change rt_genid and let gc do the cleanup
  */