[ovs-dev] [PATCH 1/2] datapath: Add cpumask.h header wrapper to distribution.

Justin Pettit jpettit at nicira.com
Fri Oct 9 17:01:09 UTC 2009


Looks good.

--Justin


On Oct 9, 2009, at 9:45 AM, Ben Pfaff wrote:

> This header was included in the Git tree but we failed to distribute  
> it
> as part of the tarball.
>
> This problem was found by inspection.  I am not aware of an actual  
> problem
> this fixes.
> ---
> datapath/linux-2.6/Modules.mk |    3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/datapath/linux-2.6/Modules.mk b/datapath/linux-2.6/ 
> Modules.mk
> index e5aa51d..7892583 100644
> --- a/datapath/linux-2.6/Modules.mk
> +++ b/datapath/linux-2.6/Modules.mk
> @@ -4,6 +4,7 @@ openvswitch_sources += \
> openvswitch_headers += \
> 	linux-2.6/compat-2.6/compat26.h \
> 	linux-2.6/compat-2.6/include/asm-generic/bug.h \
> +	linux-2.6/compat-2.6/include/linux/cpumask.h \
> 	linux-2.6/compat-2.6/include/linux/dmi.h \
> 	linux-2.6/compat-2.6/include/linux/err.h \
> 	linux-2.6/compat-2.6/include/linux/icmp.h \
> @@ -13,8 +14,8 @@ openvswitch_headers += \
> 	linux-2.6/compat-2.6/include/linux/jiffies.h \
> 	linux-2.6/compat-2.6/include/linux/kernel.h \
> 	linux-2.6/compat-2.6/include/linux/kobject.h \
> -	linux-2.6/compat-2.6/include/linux/log2.h \
> 	linux-2.6/compat-2.6/include/linux/lockdep.h \
> +	linux-2.6/compat-2.6/include/linux/log2.h \
> 	linux-2.6/compat-2.6/include/linux/mutex.h \
> 	linux-2.6/compat-2.6/include/linux/netdevice.h \
> 	linux-2.6/compat-2.6/include/linux/netfilter_bridge.h \
> -- 
> 1.6.3.3
>
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev_openvswitch.org





More information about the dev mailing list