Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167933
b: refs/heads/master
c: c62f4c4
h: refs/heads/master
i:
  167931: 4a7352e
v: v3
  • Loading branch information
Arjan van de Ven authored and David S. Miller committed Oct 23, 2009
1 parent 9cb1cbb commit 5c7413e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 74eee2e8d08048c847d1998c686e12a477ff939a
refs/heads/master: c62f4c453ab4b0240ab857bfd089da2c01ad91e7
6 changes: 3 additions & 3 deletions trunk/net/ipv4/tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1442,9 +1442,9 @@ int tcp_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
goto found_ok_skb;
if (tcp_hdr(skb)->fin)
goto found_fin_ok;
if (WARN_ON(!(flags & MSG_PEEK)))
printk(KERN_INFO "recvmsg bug 2: copied %X "
"seq %X\n", *seq, TCP_SKB_CB(skb)->seq);
WARN(!(flags & MSG_PEEK), KERN_INFO "recvmsg bug 2: "
"copied %X seq %X\n", *seq,
TCP_SKB_CB(skb)->seq);
}

/* Well, if we have backlog, try to process it now yet. */
Expand Down

0 comments on commit 5c7413e

Please sign in to comment.