net: sched: Remove Qdisc::running sequence counter
[linux-2.6-block.git] / net / sched / act_police.c
index c9383805222dfc0c5adba6271afa4dbc881a735a..9e77ba8401e532d15efbc63e408d07976cfe8c08 100644 (file)
@@ -125,7 +125,7 @@ static int tcf_police_init(struct net *net, struct nlattr *nla,
                                            police->common.cpu_bstats,
                                            &police->tcf_rate_est,
                                            &police->tcf_lock,
-                                           NULL, est);
+                                           false, est);
                if (err)
                        goto failure;
        } else if (tb[TCA_POLICE_AVRATE] &&