Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75647
b: refs/heads/master
c: 1e34a11
h: refs/heads/master
i:
  75645: c8bb7af
  75643: d6ca0d6
  75639: e5e6b41
  75631: ad44541
  75615: 0c4f7c1
  75583: e38cb39
  75519: b8e1b9d
v: v3
  • Loading branch information
David S. Miller committed Jan 23, 2008
1 parent 578ff9b commit 23cc001
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4c93566e2a61b48ef071a8d8a8fa9904c83a668e
refs/heads/master: 1e34a11d55c9437775367d72ad03f9af99e78bd0
2 changes: 2 additions & 0 deletions trunk/net/ipv4/ip_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -1172,6 +1172,8 @@ ssize_t ip_append_page(struct sock *sk, struct page *page,

skb->len += len;
skb->data_len += len;
skb->truesize += len;
atomic_add(len, &sk->sk_wmem_alloc);
offset += len;
size -= len;
}
Expand Down

0 comments on commit 23cc001

Please sign in to comment.