diff options
Diffstat (limited to 'net/core')
| -rw-r--r-- | net/core/dev.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index 9e26b8d9eafe..7c30dcecee1d 100644 --- a/net/core/dev.c +++ b/net/core/dev.c | |||
| @@ -2546,13 +2546,6 @@ gso: | |||
| 2546 | skb->next = nskb->next; | 2546 | skb->next = nskb->next; |
| 2547 | nskb->next = NULL; | 2547 | nskb->next = NULL; |
| 2548 | 2548 | ||
| 2549 | /* | ||
| 2550 | * If device doesn't need nskb->dst, release it right now while | ||
| 2551 | * its hot in this cpu cache | ||
| 2552 | */ | ||
| 2553 | if (dev->priv_flags & IFF_XMIT_DST_RELEASE) | ||
| 2554 | skb_dst_drop(nskb); | ||
| 2555 | |||
| 2556 | if (!list_empty(&ptype_all)) | 2549 | if (!list_empty(&ptype_all)) |
| 2557 | dev_queue_xmit_nit(nskb, dev); | 2550 | dev_queue_xmit_nit(nskb, dev); |
| 2558 | 2551 | ||
