patch-2.1.86 linux/net/802/llc_sendpdu.c

Next file: linux/net/802/p8022.c
Previous file: linux/net/802/llc_macinit.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.85/linux/net/802/llc_sendpdu.c linux/net/802/llc_sendpdu.c
@@ -344,7 +344,7 @@
 		fr = (frameptr) (pp->data + lp->dev->hard_header_len);
 		ns_save = fr->i_hdr.ns;
 
-		kfree_skb(pp, FREE_WRITE);
+		kfree_skb(pp);
 		ack_count++;
 
 		if (ns_save == ack) 

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