diff options
Diffstat (limited to 'net/openvswitch/flow_table.c')
| -rw-r--r-- | net/openvswitch/flow_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/flow_table.c b/net/openvswitch/flow_table.c index 261a54e77503..7b9cf2c43813 100644 --- a/net/openvswitch/flow_table.c +++ b/net/openvswitch/flow_table.c | |||
| @@ -433,7 +433,7 @@ struct sw_flow *ovs_flow_tbl_lookup_stats(struct flow_table *tbl, | |||
| 433 | const struct sw_flow_key *key, | 433 | const struct sw_flow_key *key, |
| 434 | u32 *n_mask_hit) | 434 | u32 *n_mask_hit) |
| 435 | { | 435 | { |
| 436 | struct table_instance *ti = rcu_dereference(tbl->ti); | 436 | struct table_instance *ti = rcu_dereference_ovsl(tbl->ti); |
| 437 | struct sw_flow_mask *mask; | 437 | struct sw_flow_mask *mask; |
| 438 | struct sw_flow *flow; | 438 | struct sw_flow *flow; |
| 439 | 439 | ||
