summaryrefslogtreecommitdiff
path: root/net/llc
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2005-07-28 12:12:58 -0700
committerDavid S. Miller <davem@davemloft.net>2005-07-28 12:12:58 -0700
commit6192b54b845ed05cb838f86ca588cc625c703a09 (patch)
treeb78a56cb70fe36f145821ac3c699abf3dc627256 /net/llc
parent2ac6608c41f8c45371ea9dddae7f99bc2c15d5cf (diff)
downloadlinux-3.10-6192b54b845ed05cb838f86ca588cc625c703a09.tar.gz
linux-3.10-6192b54b845ed05cb838f86ca588cc625c703a09.tar.bz2
linux-3.10-6192b54b845ed05cb838f86ca588cc625c703a09.zip
[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>
Diffstat (limited to 'net/llc')
0 files changed, 0 insertions, 0 deletions