net/mlx5: Store flow counters in a list
[sfrench/cifs-2.6.git] / drivers / net / ethernet / mellanox / mlx5 / core / fs_core.h
index 617d6239c5f343d4499704401669879b163d30ce..a06f83c0c2b654d1475888fbc8088659f186fd2c 100644 (file)
@@ -139,7 +139,7 @@ struct mlx5_fc_cache {
 };
 
 struct mlx5_fc {
-       struct rb_node node;
+       struct list_head list;
        struct llist_node addlist;
        struct llist_node dellist;