patch-2.4.0-test3 linux/net/ipv4/tcp_timer.c

Next file: linux/net/ipv4/udp.c
Previous file: linux/net/ipv4/tcp.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/net/ipv4/tcp_timer.c linux/net/ipv4/tcp_timer.c
@@ -5,7 +5,7 @@
  *
  *		Implementation of the Transmission Control Protocol(TCP).
  *
- * Version:	$Id: tcp_timer.c,v 1.76 2000/05/03 06:37:07 davem Exp $
+ * Version:	$Id: tcp_timer.c,v 1.77 2000/06/30 10:18:38 davem Exp $
  *
  * Authors:	Ross Biro, <bir7@leland.Stanford.Edu>
  *		Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
@@ -241,7 +241,6 @@
 	TCP_CHECK_TIMER(sk);
 
 out_unlock:
-	timer_exit(&tp->delack_timer);
 	bh_unlock_sock(sk);
 	sock_put(sk);
 }
@@ -299,7 +298,6 @@
 		TCP_CHECK_TIMER(sk);
 	}
 out_unlock:
-	timer_exit(&tp->probe_timer);
 	bh_unlock_sock(sk);
 	sock_put(sk);
 }
@@ -611,7 +609,6 @@
 	TCP_CHECK_TIMER(sk);
 
 out_unlock:
-	timer_exit(&tp->retransmit_timer);
 	bh_unlock_sock(sk);
 	sock_put(sk);
 }
@@ -806,7 +803,6 @@
 	tcp_done(sk);
 
 out:
-	timer_exit(&sk->timer);
 	bh_unlock_sock(sk);
 	sock_put(sk);
 }

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