Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linux
[deliverable/linux.git] / net / bridge / br_forward.c
index fcdb86dd5a239cceb0fb79d8e422f6fc56d14f0a..f47759f05b6d5eb0574e890e656eb42dea0bbf80 100644 (file)
@@ -44,7 +44,6 @@ int br_dev_queue_push_xmit(struct net *net, struct sock *sk, struct sk_buff *skb
 
        skb_push(skb, ETH_HLEN);
        br_drop_fake_rtable(skb);
-       skb_sender_cpu_clear(skb);
 
        if (skb->ip_summed == CHECKSUM_PARTIAL &&
            (skb->protocol == htons(ETH_P_8021Q) ||
This page took 0.03298 seconds and 5 git commands to generate.