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

Next file: linux/net/netsyms.c
Previous file: linux/net/decnet/sysctl_net_decnet.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.31/linux/net/ipv4/tcp_input.c linux/net/ipv4/tcp_input.c
@@ -2760,7 +2760,7 @@
 
 		if(!sk->dead) {
 			wake_up_interruptible(sk->sleep);
-			sock_wake_async(sk->socket, 0, POLL_IN);
+			sock_wake_async(sk->socket, 0, POLL_OUT);
 		}
 		return -1;
 	}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)