patch-2.1.79 linux/net/rose/rose_dev.c

Next file: linux/net/sched/Config.in
Previous file: linux/net/packet/af_packet.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.78/linux/net/rose/rose_dev.c linux/net/rose/rose_dev.c
@@ -102,7 +102,10 @@
 	struct sk_buff *skbn;
 
 	if (arp_find(bp + 7, skb)) {
+#if 0
+		/* BUGGGG! If arp_find returned 1, skb does not exist. --ANK*/
 		kfree_skb(skb, FREE_WRITE);
+#endif
 		return 1;
 	}
 

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