mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 13:16:34 +00:00
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
This commit is contained in:
@@ -805,10 +805,10 @@ enum umh_wait {
|
||||
|
||||
/* <linux/kobject_ns.h> */
|
||||
|
||||
#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,
|
||||
|
||||
Reference in New Issue
Block a user