patch-1.3.71 linux/net/ipv4/tcp_input.c

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

diff -u --recursive --new-file v1.3.70/linux/net/ipv4/tcp_input.c linux/net/ipv4/tcp_input.c
@@ -1625,10 +1625,12 @@
 		skb->saddr = daddr;
 		skb->daddr = saddr;
 
-		/* We may need to add it to the backlog here. */
+		/*
+		 * We may need to add it to the backlog here. 
+		 */
 		if (sk->users) 
 		{
-			skb_queue_tail(&sk->back_log, skb);
+			__skb_queue_tail(&sk->back_log, skb);
 			return(0);
 		}
 	}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this