patch-2.2.0-pre2 linux/include/linux/sysctl.h

Next file: linux/include/linux/sysv_fs.h
Previous file: linux/include/linux/sunrpc/svc.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre1/linux/include/linux/sysctl.h linux/include/linux/sysctl.h
@@ -112,7 +112,7 @@
 	VM_PAGECACHE=7,		/* struct: Set cache memory thresholds */
 	VM_PAGERDAEMON=8,	/* struct: Control kswapd behaviour */
 	VM_PGT_CACHE=9,		/* struct: Set page table cache parameters */
-	VM_PAGE_CLUSTER=10	/* int: set log2 number of pages to swap together */
+	VM_PAGE_CLUSTER=10	/* int: set number of pages to swap together */
 };
 
 
@@ -376,11 +376,12 @@
 
 /* /proc/sys/net/decnet */
 enum {
-	NET_DECNET_NODE_TYPE=1,
-	NET_DECNET_NODE_ADDRESS=2,
-	NET_DECNET_NODE_NAME=3,
-	NET_DECNET_DEFAULT_DEVICE=4,
-	NET_DECNET_DEBUG_LEVEL=255
+	NET_DECNET_DEF_T3_BROADCAST=1,
+	NET_DECNET_DEF_T3_POINTTOPOINT=2,
+	NET_DECNET_DEF_T1=3,
+	NET_DECNET_DEF_BCT1=4,
+	NET_DECNET_CACHETIMEOUT=5,
+	NET_DECNET_DEBUG_LEVEL=6
 };
 
 /* CTL_PROC names: */
@@ -397,7 +398,7 @@
 	FS_MAXFILE=7,	/* int:maximum number of filedescriptors that can be allocated */
 	FS_DENTRY=8,
 	FS_NRSUPER=9,	/* int:current number of allocated super_blocks */
-	FS_MAXSUPER=10	/* int:maximum number of super_blocks that can be allocated */
+	FS_MAXSUPER=10 	/* int:maximum number of super_blocks that can be allocated */
 };
 
 /* CTL_DEBUG names: */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov