patch-2.3.39 linux/net/ipv4/ipmr.c

Next file: linux/net/ipv4/proc.c
Previous file: linux/net/ipv4/ipconfig.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.38/linux/net/ipv4/ipmr.c linux/net/ipv4/ipmr.c
@@ -9,7 +9,7 @@
  *	as published by the Free Software Foundation; either version
  *	2 of the License, or (at your option) any later version.
  *
- *	Version: $Id: ipmr.c,v 1.49 2000/01/06 00:41:56 davem Exp $
+ *	Version: $Id: ipmr.c,v 1.50 2000/01/09 02:19:32 davem Exp $
  *
  *	Fixes:
  *	Michael Chastain	:	Incorrect size of copying.
@@ -1157,7 +1157,7 @@
 		   to blackhole.
 		 */
 
-		ip_statistics.IpFragFails++;
+		IP_INC_STATS_BH(IpFragFails);
 		ip_rt_put(rt);
 		return;
 	}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)