Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 237525
b: refs/heads/master
c: 07df529
h: refs/heads/master
i:
  237523: 276dcf4
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Mar 2, 2011
1 parent a46e50f commit d46e722
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7f6daa635c28ed686835a4080269e3fdc5a01012
refs/heads/master: 07df5294a753dfac2cc9f75e6159fc25fdc22149
4 changes: 2 additions & 2 deletions trunk/net/ipv4/ip_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ static int __ip_append_data(struct sock *sk, struct sk_buff_head *queue,
struct inet_sock *inet = inet_sk(sk);
struct sk_buff *skb;

struct ip_options *opt = inet->cork.opt;
struct ip_options *opt = cork->opt;
int hh_len;
int exthdrlen;
int mtu;
Expand All @@ -803,7 +803,7 @@ static int __ip_append_data(struct sock *sk, struct sk_buff_head *queue,
exthdrlen = transhdrlen ? rt->dst.header_len : 0;
length += exthdrlen;
transhdrlen += exthdrlen;
mtu = inet->cork.fragsize;
mtu = cork->fragsize;

hh_len = LL_RESERVED_SPACE(rt->dst.dev);

Expand Down

0 comments on commit d46e722

Please sign in to comment.