patch-2.1.36 linux/net/ipv4/route.c
Next file: linux/net/ipv4/sysctl_net_ipv4.c
Previous file: linux/net/ipv4/proc.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu Apr 17 13:20:52 1997
-  Orig file: 
v2.1.35/linux/net/ipv4/route.c
-  Orig date: 
Mon Apr 14 16:28:27 1997
diff -u --recursive --new-file v2.1.35/linux/net/ipv4/route.c linux/net/ipv4/route.c
@@ -111,7 +111,7 @@
  * Route cache.
  */
 
-static atomic_t		 rt_cache_size = ATOMIC_INIT;
+static atomic_t		 rt_cache_size = ATOMIC_INIT(0);
 static struct rtable 	*rt_hash_table[RT_HASH_DIVISOR];
 
 static struct rtable * rt_intern_hash(unsigned hash, struct rtable * rth, u16 protocol);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov