net: sched: Protect Qdisc::bstats with u64_stats
[sfrench/cifs-2.6.git] / net / sched / sch_cbq.c
index e0da15530f0e91c1233565d4a346563e9538082d..d01f6ec315f878ac538e5a034a7f98e605a9ee87 100644 (file)
@@ -1611,6 +1611,7 @@ cbq_change_class(struct Qdisc *sch, u32 classid, u32 parentid, struct nlattr **t
        if (cl == NULL)
                goto failure;
 
+       gnet_stats_basic_packed_init(&cl->bstats);
        err = tcf_block_get(&cl->block, &cl->filter_list, sch, extack);
        if (err) {
                kfree(cl);