Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210139
b: refs/heads/master
c: d84ba63
h: refs/heads/master
i:
  210137: 63c7847
  210135: 03c7526
v: v3
  • Loading branch information
KOSAKI Motohiro authored and David S. Miller committed Aug 26, 2010
1 parent 6a44814 commit 0e7ed40
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: c5ed63d66f24fd4f7089b5a6e087b0ce7202aa8e
refs/heads/master: d84ba638e4ba3c40023ff997aa5e8d3ed002af36
3 changes: 2 additions & 1 deletion trunk/net/ipv4/tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,8 @@ unsigned int tcp_poll(struct file *file, struct socket *sock, poll_table *wait)
if (sk_stream_wspace(sk) >= sk_stream_min_wspace(sk))
mask |= POLLOUT | POLLWRNORM;
}
}
} else
mask |= POLLOUT | POLLWRNORM;

if (tp->urg_data & TCP_URG_VALID)
mask |= POLLPRI;
Expand Down

0 comments on commit 0e7ed40

Please sign in to comment.