Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150222
b: refs/heads/master
c: 9dc20c5
h: refs/heads/master
v: v3
  • Loading branch information
John Dykstra authored and David S. Miller committed May 18, 2009
1 parent 97c1d0f commit d6a66fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d44b5e07c6813e6d747f7f947f1da5f0abf14eb4
refs/heads/master: 9dc20c5f78c53bf57fb7874b6e942842e1db20d3
3 changes: 2 additions & 1 deletion trunk/net/core/stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ void sk_stream_write_space(struct sock *sk)
clear_bit(SOCK_NOSPACE, &sock->flags);

if (sk->sk_sleep && waitqueue_active(sk->sk_sleep))
wake_up_interruptible(sk->sk_sleep);
wake_up_interruptible_poll(sk->sk_sleep, POLLOUT |
POLLWRNORM | POLLWRBAND);
if (sock->fasync_list && !(sk->sk_shutdown & SEND_SHUTDOWN))
sock_wake_async(sock, SOCK_WAKE_SPACE, POLL_OUT);
}
Expand Down

0 comments on commit d6a66fa

Please sign in to comment.