aboutsummaryrefslogtreecommitdiff
path: root/datapath/datapath.c
diff options
context:
space:
mode:
Diffstat (limited to 'datapath/datapath.c')
-rw-r--r--datapath/datapath.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/datapath/datapath.c b/datapath/datapath.c
index 50ee6cd3..6b7298a6 100644
--- a/datapath/datapath.c
+++ b/datapath/datapath.c
@@ -528,9 +528,7 @@ static int ovs_packet_cmd_execute(struct sk_buff *skb, struct genl_info *info)
if (!dp)
goto err_unlock;
- local_bh_disable();
err = ovs_execute_actions(dp, packet);
- local_bh_enable();
rcu_read_unlock();
ovs_flow_free(flow, false);