Compatibility fixes for 2.6.18 kernel
authorBen Pfaff <blp@nicira.com>
Sat, 6 Sep 2008 04:23:34 +0000 (21:23 -0700)
committerBen Pfaff <blp@nicira.com>
Sat, 6 Sep 2008 04:46:20 +0000 (21:46 -0700)
commit7fe9460749cec006cd1611fc3de1f7ed21f07e98
treea40b7cc752147833650ced158a3d8810af6f7230
parente71fcda320b460bd3f1b30a609bd00e9017cfcae
Compatibility fixes for 2.6.18 kernel

Functions added in the 2.6.22 kernel in tcp.h and skbuff.h
have been added to the compatibility headers. Additionally
the data argument was dropped in 2.6.22 for the work queue
macros, requiring them to be redfined for previous kernels.

Based on changes from David Erickson.
datapath/linux-2.6/compat-2.6/include/linux/skbuff.h
datapath/linux-2.6/compat-2.6/include/linux/tcp.h
datapath/linux-2.6/compat-2.6/include/linux/workqueue.h [new file with mode: 0644]