diff options
Diffstat (limited to 'net/openvswitch/datapath.c')
-rw-r--r-- | net/openvswitch/datapath.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/openvswitch/datapath.c b/net/openvswitch/datapath.c index fcaed98b2c0d..0727aaa2c825 100644 --- a/net/openvswitch/datapath.c +++ b/net/openvswitch/datapath.c | |||
@@ -701,8 +701,7 @@ static int ovs_flow_cmd_fill_info(struct sw_flow *flow, struct datapath *dp, | |||
701 | if (start) { | 701 | if (start) { |
702 | const struct sw_flow_actions *sf_acts; | 702 | const struct sw_flow_actions *sf_acts; |
703 | 703 | ||
704 | sf_acts = rcu_dereference_check(flow->sf_acts, | 704 | sf_acts = rcu_dereference_ovsl(flow->sf_acts); |
705 | lockdep_ovsl_is_held()); | ||
706 | 705 | ||
707 | err = ovs_nla_put_actions(sf_acts->actions, | 706 | err = ovs_nla_put_actions(sf_acts->actions, |
708 | sf_acts->actions_len, skb); | 707 | sf_acts->actions_len, skb); |