Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10175
b: refs/heads/master
c: 0d0d2bb
h: refs/heads/master
i:
  10173: e60ad10
  10171: b13e4d0
  10167: 08ad6aa
  10159: dcc8311
  10143: 0f4204a
  10111: 20bc232
v: v3
  • Loading branch information
Jayachandran C authored and Arnaldo Carvalho de Melo committed Oct 26, 2005
1 parent 67f4644 commit 04ddc33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: ea7ce406490cb248f44f510f7c0bcc357184640a
refs/heads/master: 0d0d2bba97cb091218ea0bcb3d8debcc7bf48397
5 changes: 1 addition & 4 deletions trunk/net/ipv4/ip_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -1023,10 +1023,7 @@ ssize_t ip_append_page(struct sock *sk, struct page *page,
int alloclen;

skb_prev = skb;
if (skb_prev)
fraggap = skb_prev->len - maxfraglen;
else
fraggap = 0;
fraggap = skb_prev->len - maxfraglen;

alloclen = fragheaderlen + hh_len + fraggap + 15;
skb = sock_wmalloc(sk, alloclen, 1, sk->sk_allocation);
Expand Down

0 comments on commit 04ddc33

Please sign in to comment.