Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118546
b: refs/heads/master
c: 518a09e
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Nov 5, 2008
1 parent 59653c1 commit c9d56ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: efb9a8c28ca0edd9e2572117105ebad9bbc0c368
refs/heads/master: 518a09ef11f8454f4676125d47c3e775b300c6a5
3 changes: 1 addition & 2 deletions trunk/net/ipv4/tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1374,8 +1374,7 @@ int tcp_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
sk->sk_state == TCP_CLOSE ||
(sk->sk_shutdown & RCV_SHUTDOWN) ||
!timeo ||
signal_pending(current) ||
(flags & MSG_PEEK))
signal_pending(current))
break;
} else {
if (sock_flag(sk, SOCK_DONE))
Expand Down

0 comments on commit c9d56ce

Please sign in to comment.