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

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

Advertisement

Kernel v2.3.7 /kernel/sysctl.c

Filename:/kernel/sysctl.c
Lines Added:5
Lines Deleted:2
Also changed in: (Previous) 2.2.7-ac4  2.2.7-ac3  2.2.7-ac2  2.2.7-ac1  2.2.6-ac3  2.2.6-ac2 
(Following) 2.3.9  2.3.10  2.3.11  2.3.13  2.3.14  2.3.15 

Location
[  2.3.7
  [  kernel
     o  sysctl.c

Patch

diff -u --recursive --new-file v2.3.6/linux/kernel/sysctl.c linux/kernel/sysctl.c
--- v2.3.6/linux/kernel/sysctl.c   Sat Feb  6 12:22:24 1999
+++ linux/kernel/sysctl.c   Sat Jun 19 11:45:29 1999
@@ -121,11 +121,14 @@
    NULL,      /* rename */
    NULL,      /* readlink */
    NULL,      /* follow_link */
+   NULL,      /* bmap */
    NULL,      /* readpage */
    NULL,      /* writepage */
-   NULL,      /* bmap */
+   NULL,      /* flushpage */
    NULL,      /* truncate */
-   proc_sys_permission
+   proc_sys_permission, /* permission */
+   NULL,      /* smap */
+   NULL      /* revalidate */
 };
 
 extern struct proc_dir_entry proc_sys_root;


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