diff options
author | Pravin B Shelar <pshelar@nicira.com> | 2014-01-31 18:43:23 +0100 |
---|---|---|
committer | Jesse Gross <jesse@nicira.com> | 2014-02-05 07:21:45 +0100 |
commit | e4c6d7595403e943a3afc334eb8c0efcd840043a (patch) | |
tree | 66cff145611dcd24a267ace5e6e48b86b4747dcf /net/openvswitch/datapath.c | |
parent | openvswitch: Fix ovs_dp_cmd_msg_size() (diff) | |
download | linux-e4c6d7595403e943a3afc334eb8c0efcd840043a.tar.xz linux-e4c6d7595403e943a3afc334eb8c0efcd840043a.zip |
openvswitch: Fix ovs_flow_free() ovs-lock assert.
ovs_flow_free() is not called under ovs-lock during packet
execute path (ovs_packet_cmd_execute()). Since packet execute
does not touch flow->mask, there is no need to take that
lock either. So move assert in case where flow->mask is checked.
Found by code inspection.
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions