[ovs-git] Open vSwitch: datapath: Make 'struct work_struct' consistent with kernel definition. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Jun 20 00:23:34 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  699fec8cc02d2e2a367e64e89f5c64b902d3555a (commit)
      from  4512aaa792c35cfb59710b951288f7a7394f3a73 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 699fec8cc02d2e2a367e64e89f5c64b902d3555a
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=699fec8cc02d2e2a367e64e89f5c64b902d3555a
Author: Pravin B Shelar <pshelar at nicira.com>
		
datapath: Make 'struct work_struct' consistent with kernel definition.
		
>From kernel 3.4 netdevice structure has delayed_work in
net_device->pm_qos_req. delayed_work needs work_struct definition.
OVS has its own workq implementation which redefines work_struct.
So we need to make it consistent with work_struct defined
in kernel workqueue.h to have correct net_device definition.

Signed-off-by: Pravin B Shelar <pshelar at nicira.com>
Acked-by: Jesse Gross <jesse at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 datapath/linux/compat/include/linux/workqueue.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list