Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352829
b: refs/heads/master
c: c6b5380
h: refs/heads/master
i:
  352827: 48b3ff7
v: v3
  • Loading branch information
David S. Miller committed Feb 20, 2013
1 parent f5cc275 commit 0f6e5f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 0b7164458fc184455239ea3676af1b362df1ce1d
refs/heads/master: c6b538079723efd21b5fd7e3091dc47dbd0436c4
4 changes: 1 addition & 3 deletions trunk/net/ipv4/ip_gre.c
Original file line number Diff line number Diff line change
Expand Up @@ -1006,10 +1006,8 @@ static netdev_tx_t ipgre_tunnel_xmit(struct sk_buff *skb, struct net_device *dev

if (skb_has_shared_frag(skb)) {
err = __skb_linearize(skb);
if (err) {
ip_rt_put(rt);
if (err)
goto tx_error;
}
}

*ptr = 0;
Expand Down

0 comments on commit 0f6e5f4

Please sign in to comment.