Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166725
b: refs/heads/master
c: 42324c6
h: refs/heads/master
i:
  166723: 56f49fe
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Oct 2, 2009
1 parent 4e972cf commit 9fd04b1
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: 914a9ab386a288d0f22252fc268ecbc048cdcbd5
refs/heads/master: 42324c62704365d6a3e89138dea55909d2f26afe
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ ssize_t tcp_splice_read(struct socket *sock, loff_t *ppos,

lock_sock(sk);

timeo = sock_rcvtimeo(sk, flags & SPLICE_F_NONBLOCK);
timeo = sock_rcvtimeo(sk, sock->file->f_flags & O_NONBLOCK);
while (tss.len) {
ret = __tcp_splice_read(sk, &tss);
if (ret < 0)
Expand Down

0 comments on commit 9fd04b1

Please sign in to comment.