patch-2.1.30 linux/net/ipv4/timer.c
Next file: linux/net/ipv4/udp.c
Previous file: linux/net/ipv4/tcp_timer.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Mar 20 18:17:14 1997
- Orig file:
v2.1.29/linux/net/ipv4/timer.c
- Orig date:
Sun Nov 3 01:04:45 1996
diff -u --recursive --new-file v2.1.29/linux/net/ipv4/timer.c linux/net/ipv4/timer.c
@@ -92,7 +92,7 @@
* only process if socket is not in use
*/
- if (sk->users)
+ if (sk->sock_readers)
{
sk->timer.expires = jiffies+HZ;
add_timer(&sk->timer);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov