OSDN Git Service

Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...
[uclinux-h8/linux.git] / net / sched / act_mirred.c
index 3f63cea..a42a3b2 100644 (file)
@@ -151,7 +151,7 @@ static int tcf_mirred(struct sk_buff *skb, const struct tc_action *a,
        }
 
        at = G_TC_AT(skb->tc_verd);
-       skb2 = skb_act_clone(skb, GFP_ATOMIC, m->tcf_action);
+       skb2 = skb_clone(skb, GFP_ATOMIC);
        if (skb2 == NULL)
                goto out;