patch-2.1.86 linux/net/ipv4/icmp.c

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

diff -u --recursive --new-file v2.1.85/linux/net/ipv4/icmp.c linux/net/ipv4/icmp.c
@@ -1007,7 +1007,7 @@
 	(icmp_pointers[icmph->type].handler)(icmph, skb, len);
 
 drop:
-	kfree_skb(skb, FREE_READ); 
+	kfree_skb(skb);
 	return 0;
 error:
 	icmp_statistics.IcmpInErrors++;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov