patch-1.3.96 linux/include/net/tcp.h

Next file: linux/init/main.c
Previous file: linux/include/linux/ufs_fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.95/linux/include/net/tcp.h linux/include/net/tcp.h
@@ -127,7 +127,6 @@
 
 extern struct proto tcp_prot;
 extern struct tcp_mib tcp_statistics;
-extern struct wait_queue *master_select_wakeup;
 
 extern void	tcp_err(int type, int code, unsigned char *header, __u32 daddr,
 			__u32, struct inet_protocol *protocol);
@@ -311,10 +310,6 @@
 	case TCP_ESTABLISHED:
 		if (oldstate != TCP_ESTABLISHED) {
 			tcp_statistics.TcpCurrEstab++;
-			/* This is a hack but it doesn't occur often and it's going to
-			   be a real        to fix nicely */
-			if (oldstate == TCP_SYN_RECV)
-				wake_up_interruptible(&master_select_wakeup);
 		}
 		break;
 

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