patch-2.3.7 linux/kernel/sysctl.c
Next file: linux/mm/filemap.c
Previous file: linux/kernel/resource.c
Back to the patch index
Back to the overall index
-  Lines: 17
 -  Date:
Sat Jun 19 11:45:29 1999
 -  Orig file: 
v2.3.6/linux/kernel/sysctl.c
 -  Orig date: 
Sat Feb  6 12:22:24 1999
 
diff -u --recursive --new-file v2.3.6/linux/kernel/sysctl.c linux/kernel/sysctl.c
@@ -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;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)