datapath: Correct argument size for ODP_FLOW_GET.
[openvswitch] / datapath / table.h
index dac57476a5526a2107eabcfc01f930fdbfbe2b06..609d9b14bddfea507ce991a39fa9b7dcd29dc417 100644 (file)
@@ -34,7 +34,7 @@ struct tbl_node {
 struct tbl {
        struct rcu_head rcu;
        unsigned int n_buckets;
-       struct tbl_bucket ***buckets;
+       struct tbl_bucket ** __rcu *buckets;
        unsigned int count;
        void (*obj_destructor)(struct tbl_node *);
 };