Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290061
b: refs/heads/master
c: 7f1b0ea
h: refs/heads/master
i:
  290059: b6f8bd6
v: v3
  • Loading branch information
Ursula Braun authored and David S. Miller committed Feb 8, 2012
1 parent c4764c0 commit dd19105
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7d316b9453523498246e9e19a659c423d4c5081e
refs/heads/master: 7f1b0ea42a800713a3d56e1e8ca1a845e0461ca2
2 changes: 1 addition & 1 deletion trunk/net/iucv/af_iucv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,7 @@ unsigned int iucv_sock_poll(struct file *file, struct socket *sock,
if (sk->sk_state == IUCV_DISCONN)
mask |= POLLIN;

if (sock_writeable(sk))
if (sock_writeable(sk) && iucv_below_msglim(sk))
mask |= POLLOUT | POLLWRNORM | POLLWRBAND;
else
set_bit(SOCK_ASYNC_NOSPACE, &sk->sk_socket->flags);
Expand Down

0 comments on commit dd19105

Please sign in to comment.