Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194317
b: refs/heads/master
c: 9a20e31
h: refs/heads/master
i:
  194315: 3477fcc
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Apr 22, 2010
1 parent 9740214 commit 22bb07c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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: a7c561f2e32f98b477f5fe670b3f294be6b1eae2
refs/heads/master: 9a20e3197e7f6097897c6d1f18335a326ee06299
1 change: 0 additions & 1 deletion trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1937,7 +1937,6 @@ int dev_hard_start_xmit(struct sk_buff *skb, struct net_device *dev,
if (dev->priv_flags & IFF_XMIT_DST_RELEASE)
skb_dst_drop(nskb);

skb_orphan_try(nskb);
rc = ops->ndo_start_xmit(nskb, dev);
if (unlikely(rc != NETDEV_TX_OK)) {
if (rc & ~NETDEV_TX_MASK)
Expand Down

0 comments on commit 22bb07c

Please sign in to comment.