debian: Modify ovs-bugtool to include collectd rrd logs
[openvswitch] / datapath / table.c
index 5c1b82a4b69ac8938a340305b2b913ac9de14632..b54534a6df5215ca96c5113a5f0f7540c1cd6c08 100644 (file)
@@ -51,7 +51,7 @@ static void free_buckets(struct tbl_bucket __rcu ***l1,
                unsigned int j;
 
                for (j = 0; j < TBL_L2_SIZE; j++) {
-                       struct tbl_bucket *bucket = rcu_dereference(l2[j]);
+                       struct tbl_bucket *bucket = (struct tbl_bucket __force *)l2[j];
                        if (!bucket)
                                continue;