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

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

Kernel v2.4.36-rc1 /kernel/sysctl.c

Filename:/kernel/sysctl.c
Lines Added:2
Lines Deleted:0
Also changed in: (Previous) 2.4.36-pre2  2.4.36-pre1  2.4.33  2.4.33-rc2  2.4.33-rc1  2.4.33-pre3 
(Following) 2.4.36 

Location
[  2.4.36-rc1
  [  kernel
     o  sysctl.c

Patch

diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 3d54347..d36c362 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -317,6 +317,8 @@ static ctl_table vm_table[] = {
     &laptop_mode, sizeof(int), 0644, NULL, &proc_dointvec},
    {VM_BLOCK_DUMP, "block_dump",
     &block_dump, sizeof(int), 0644, NULL, &proc_dointvec},
+   {VM_MMAP_MIN_ADDR, "mmap_min_addr",
+    &mmap_min_addr, sizeof(unsigned long), 0644, NULL, &proc_doulongvec_minmax},
    {0}
 };
 


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