net/sched: store the last executed chain also for clsact egress
[linux-block.git] / net / sched / sch_cake.c
index 951542843cab282f4841e2bb7a5bc6afc5f33ee8..ecc5c4d937792145ba665e593f9ecfd604c0d303 100644 (file)
@@ -1665,7 +1665,7 @@ static u32 cake_classify(struct Qdisc *sch, struct cake_tin_data **t,
                goto hash;
 
        *qerr = NET_XMIT_SUCCESS | __NET_XMIT_BYPASS;
-       result = tcf_classify(skb, filter, &res, false);
+       result = tcf_classify(skb, NULL, filter, &res, false);
 
        if (result >= 0) {
 #ifdef CONFIG_NET_CLS_ACT