]> err.no Git - linux-2.6/blobdiff - include/net/sch_generic.h
Pull processor into release branch
[linux-2.6] / include / net / sch_generic.h
index 1b8e35197ebeee5667f79175da1f8464e716a8cd..8a67f24cbe0218596c663007439a654dc20c7fb4 100644 (file)
@@ -290,7 +290,7 @@ static inline int qdisc_reshape_fail(struct sk_buff *skb, struct Qdisc *sch)
 {
        sch->qstats.drops++;
 
-#ifdef CONFIG_NET_CLS_POLICE
+#ifdef CONFIG_NET_CLS_ACT
        if (sch->reshape_fail == NULL || sch->reshape_fail(skb, sch))
                goto drop;