From 2650ab25f9ba7cad1f91cc5ec8352f94a82fd197 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 5 Jul 2020 02:02:38 +0000 Subject: [PATCH] scst/include/backport.h: Fix the network namespace backport git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9036 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/backport.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scst/include/backport.h b/scst/include/backport.h index 8093f3c90..2a724ecef 100644 --- a/scst/include/backport.h +++ b/scst/include/backport.h @@ -805,10 +805,10 @@ enum umh_wait { /* */ -#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 36) +#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 35) /* - * See also commit 8488a38f4d2f ("kobject: Break the kobject namespace defs - * into their own header") # v2.6.36. + * See also commit 608b4b9548de ("netns: Teach network device kobjects which + * namespace they are in.") # v2.6.35. */ enum kobj_ns_type { KOBJ_NS_TYPE_NET = 1,