summaryrefslogtreecommitdiffstats
path: root/fs/coda/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/coda/sysctl.c')
-rw-r--r--fs/coda/sysctl.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/fs/coda/sysctl.c b/fs/coda/sysctl.c
index cbfff3e5b..4215c3b41 100644
--- a/fs/coda/sysctl.c
+++ b/fs/coda/sysctl.c
@@ -76,9 +76,9 @@ int coda_upcall_timestamping = 0;
/* 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 @@ char *coda_upcall_names[] = {
"symlink ", /* 18 */
"readlink ", /* 19 */
"fsync ", /* 20 */
- "inactive ", /* 21 */
+ "- ", /* 21 */
"vget ", /* 22 */
"signal ", /* 23 */
"replace ", /* 24 */
@@ -104,13 +104,12 @@ char *coda_upcall_names[] = {
"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 */
};