patch-2.4.0-test2 linux/fs/coda/sysctl.c
Next file: linux/fs/coda/upcall.c
Previous file: linux/fs/coda/stats.c
Back to the patch index
Back to the overall index
- Lines: 37
- Date:
Wed Jun 21 10:10:02 2000
- Orig file:
v2.4.0-test1/linux/fs/coda/sysctl.c
- Orig date:
Thu Feb 10 17:11:16 2000
diff -u --recursive --new-file v2.4.0-test1/linux/fs/coda/sysctl.c linux/fs/coda/sysctl.c
@@ -297,9 +297,6 @@
"Coda VFS statistics\n"
"===================\n\n"
"File Operations:\n"
- "\tfile_read\t%9d\n"
- "\tfile_write\t%9d\n"
- "\tfile_mmap\t%9d\n"
"\topen\t\t%9d\n"
"\trelase\t\t%9d\n"
"\tfsync\t\t%9d\n\n"
@@ -314,13 +311,9 @@
"\tmkdir\t\t%9d\n"
"\trmdir\t\t%9d\n"
"\trename\t\t%9d\n"
- "\tpermission\t%9d\n"
- "\treadpage\t%9d\n",
+ "\tpermission\t%9d\n",
/* file operations */
- ps->file_read,
- ps->file_write,
- ps->file_mmap,
ps->open,
ps->release,
ps->fsync,
@@ -337,9 +330,8 @@
ps->mkdir,
ps->rmdir,
ps->rename,
- ps->permission,
- ps->readpage );
-
+ ps->permission);
+
begin = offset;
*start = buffer + begin;
len -= begin;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)