datapath: Fix inconsistency in upstream and out of tree ovs module.
authorPravin B Shelar <pshelar@nicira.com>
Thu, 18 Apr 2013 23:00:48 +0000 (16:00 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Fri, 19 Apr 2013 16:35:10 +0000 (09:35 -0700)
commit8680ae4deb6b734b1aaa6ceec4810a682dd3d9e3
treea693bae78cddb764fdbc4e0781614c994b0d8bdf
parent798e1352d09bc48d1eecb6ecf1b2c21d9b1ba2a5
datapath: Fix inconsistency in upstream and out of tree ovs module.

There is a inconsistent ordering in function ovs_vport_cmd_set()
between upstream and out of tree ovs module. Following patch
fixes it by releasing lock before calling ovs_notify.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c