From 95b2429231a1d04b8beb1fa7d3b1e6e1a4251ba4 Mon Sep 17 00:00:00 2001 From: maxim Date: Fri, 6 Nov 2009 14:09:49 +0000 Subject: [PATCH] b=20757 i=liang i=maxim Minor change of lnet-sysctl.h to allow LND sysctl even if CFS_SYSFS_MODULE_PARM enabled. --- lnet/include/lnet/lnet-sysctl.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lnet/include/lnet/lnet-sysctl.h b/lnet/include/lnet/lnet-sysctl.h index 3ceca6f..ca980a3 100644 --- a/lnet/include/lnet/lnet-sysctl.h +++ b/lnet/include/lnet/lnet-sysctl.h @@ -37,7 +37,7 @@ #ifndef __LNET_SYSCTL_H__ #define __LNET_SYSCTL_H__ -#if defined(CONFIG_SYSCTL) && !CFS_SYSFS_MODULE_PARM +#if defined(CONFIG_SYSCTL) #ifndef HAVE_SYSCTL_UNNUMBERED @@ -50,6 +50,7 @@ #define CTL_QSWNAL 207 #define CTL_SOCKLND 208 #define CTL_VIBLND 209 +#define CTL_GNILND 210 #else @@ -62,6 +63,7 @@ #define CTL_QSWNAL CTL_UNNUMBERED #define CTL_SOCKLND CTL_UNNUMBERED #define CTL_VIBLND CTL_UNNUMBERED +#define CTL_GNILND CTL_UNNUMBERED #endif /* sysctl id */ -- 1.8.3.1