Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.11 /kernel/sysctl.c

Filename:/kernel/sysctl.c
Lines Added:2
Lines Deleted:2
Also changed in: (Previous) 2.4.11-pre6  2.4.11-pre5  2.4.11-pre4  2.4.11-pre3  2.4.11-pre2  2.4.10-ac10 
(Following) 2.4.12-ac1  2.4.12-ac2  2.4.12-ac3  2.4.12-ac4  2.4.12-ac5  2.4.12-ac6 

Location
[  2.4.11
  [  kernel
     o  sysctl.c

Patch

diff -u --recursive --new-file v2.4.10/linux/kernel/sysctl.c linux/kernel/sysctl.c
--- v2.4.10/linux/kernel/sysctl.c   Sun Sep 23 11:41:01 2001
+++ linux/kernel/sysctl.c   Fri Oct  5 12:23:53 2001
@@ -170,6 +170,8 @@
     0644, NULL, &proc_dointvec},
    {KERN_CORE_USES_PID, "core_uses_pid", &core_uses_pid, sizeof(int),
     0644, NULL, &proc_dointvec},
+   {KERN_TAINTED, "tainted", &tainted, sizeof(int),
+    0644, NULL, &proc_dointvec},
    {KERN_CAP_BSET, "cap-bound", &cap_bset, sizeof(kernel_cap_t),
     0600, NULL, &proc_dointvec_bset},
 #ifdef CONFIG_BLK_DEV_INITRD
@@ -286,8 +288,6 @@
     0644, NULL, &proc_dointvec},
    {FS_NRDQUOT, "dquot-nr", &nr_dquots, 2*sizeof(int),
     0444, NULL, &proc_dointvec},
-   {FS_MAXDQUOT, "dquot-max", &max_dquots, sizeof(int),
-    0644, NULL, &proc_dointvec},
    {FS_DENTRY, "dentry-state", &dentry_stat, 6*sizeof(int),
     0444, NULL, &proc_dointvec},
    {FS_OVERFLOWUID, "overflowuid", &fs_overflowuid, sizeof(int), 0644, NULL,


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.