Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232465
b: refs/heads/master
c: 44f5324
h: refs/heads/master
i:
  232463: 28b10c4
v: v3
  • Loading branch information
Jerry Chu authored and David S. Miller committed Jan 25, 2011
1 parent f7d6c36 commit eff6b8e
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: 73a8bd74e2618990dbb218c3d82f53e60acd9af0
refs/heads/master: 44f5324b5d13ef2187729d949eca442689627f39
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -4399,7 +4399,7 @@ static void tcp_data_queue(struct sock *sk, struct sk_buff *skb)
if (!skb_copy_datagram_iovec(skb, 0, tp->ucopy.iov, chunk)) {
tp->ucopy.len -= chunk;
tp->copied_seq += chunk;
eaten = (chunk == skb->len && !th->fin);
eaten = (chunk == skb->len);
tcp_rcv_space_adjust(sk);
}
local_bh_disable();
Expand Down

0 comments on commit eff6b8e

Please sign in to comment.