kernel-ark/net/core
David S. Miller 6192b54b84 [NET]: Fix busy waiting in dev_close().
If the current task has signal_pending(), the loop we have
to wait for the __LINK_STATE_RX_SCHED bit to clear becomes
a pure busy-loop.

Fixed by using msleep() instead of the hand-crafted version.

Noticed by Andrew Morton.

Signed-off-by: David S. Miller <davem@davemloft.net>
2005-07-28 12:12:58 -07:00
..
datagram.c
dev_mcast.c
dev.c [NET]: Fix busy waiting in dev_close(). 2005-07-28 12:12:58 -07:00
dst.c
dv.c
ethtool.c
filter.c
flow.c
gen_estimator.c
gen_stats.c
iovec.c
link_watch.c
Makefile [NET]: Only build flow.o if CONFIG_XFRM=y 2005-07-19 13:58:40 -07:00
neighbour.c
net-sysfs.c
netfilter.c
netpoll.c
pktgen.c [PATCH] clean up inline static vs static inline 2005-07-27 16:26:20 -07:00
request_sock.c
rtnetlink.c
scm.c
skbuff.c [NET]: Fix tc_verd thinko in skb_clone() 2005-07-19 14:13:54 -07:00
sock.c [NET]: Fix setsockopt locking bug 2005-07-27 14:22:30 -07:00
stream.c
sysctl_net_core.c
utils.c [NET]: Move in_aton from net/ipv4/utils.c to net/core/utils.c 2005-07-27 15:24:42 -07:00
wireless.c