patch-2.4.0-test9 linux/fs/coda/sysctl.c

Next file: linux/fs/coda/upcall.c
Previous file: linux/fs/coda/symlink.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/fs/coda/sysctl.c linux/fs/coda/sysctl.c
@@ -76,9 +76,9 @@
 /* keep this in sync with coda.h! */
 char *coda_upcall_names[] = {
 	"totals      ",   /*  0 */
-	"noop        ",   /*  1 */
+	"-           ",   /*  1 */
 	"root        ",   /*  2 */
-	"sync        ",   /*  3 */
+	"open_by_fd  ",   /*  3 */
 	"open        ",   /*  4 */
 	"close       ",   /*  5 */
 	"ioctl       ",   /*  6 */
@@ -96,7 +96,7 @@
 	"symlink     ",   /* 18 */
 	"readlink    ",   /* 19 */
 	"fsync       ",   /* 20 */
-	"inactive    ",   /* 21 */
+	"-           ",   /* 21 */
 	"vget        ",   /* 22 */
 	"signal      ",   /* 23 */
 	"replace     ",   /* 24 */
@@ -104,13 +104,12 @@
 	"purgeuser   ",   /* 26 */
 	"zapfile     ",   /* 27 */
 	"zapdir      ",   /* 28 */
-	"noop2       ",   /* 29 */
+	"-           ",   /* 29 */
 	"purgefid    ",   /* 30 */
 	"open_by_path",   /* 31 */
 	"resolve     ",   /* 32 */
 	"reintegrate ",   /* 33 */
-	"statfs      ",   /* 34 */
-	"make_cinode "    /* 35 */
+	"statfs      "    /* 34 */
 };
 
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)