Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213933
b: refs/heads/master
c: ec550d2
h: refs/heads/master
i:
  213931: a087e23
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Aug 24, 2010
1 parent a200256 commit 0f462a0
Show file tree
Hide file tree
Showing 2 changed files with 4 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: c32d83c0420950754cca01557bc5802793948d66
refs/heads/master: ec550d246e38e1b4ea8604b5c71ccb72e38f3290
7 changes: 3 additions & 4 deletions trunk/net/ipv4/ip_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -837,10 +837,9 @@ int ip_append_data(struct sock *sk,
inet->cork.length = 0;
sk->sk_sndmsg_page = NULL;
sk->sk_sndmsg_off = 0;
if ((exthdrlen = rt->dst.header_len) != 0) {
length += exthdrlen;
transhdrlen += exthdrlen;
}
exthdrlen = rt->dst.header_len;
length += exthdrlen;
transhdrlen += exthdrlen;
} else {
rt = (struct rtable *)inet->cork.dst;
if (inet->cork.flags & IPCORK_OPT)
Expand Down

0 comments on commit 0f462a0

Please sign in to comment.