patch-2.1.86 linux/net/core/sock.c
Next file: linux/net/ipv4/af_inet.c
Previous file: linux/net/core/skbuff.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Tue Feb 10 12:30:54 1998
-  Orig file: 
v2.1.85/linux/net/core/sock.c
-  Orig date: 
Thu Jan 15 14:33:07 1998
diff -u --recursive --new-file v2.1.85/linux/net/core/sock.c linux/net/core/sock.c
@@ -842,7 +842,7 @@
 
 	while((skb=skb_dequeue(&sk->receive_queue))!=NULL)
 	{
-		kfree_skb(skb,FREE_READ);
+		kfree_skb(skb);
 	}
 
 	if(atomic_read(&sk->wmem_alloc) == 0 &&
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov