diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-06-19 22:45:37 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-06-19 22:45:37 +0000 |
commit | 6d403070f28cd44860fdb3a53be5da0275c65cf4 (patch) | |
tree | 0d0e7fe7b5fb7568d19e11d7d862b77a866ce081 /include/linux/coda_proc.h | |
parent | ecf1bf5f6c2e668d03b0a9fb026db7aa41e292e1 (diff) |
Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make merging
possible. Chainsawed RM200 kernel to compile again. Jazz machine
status unknown.
Diffstat (limited to 'include/linux/coda_proc.h')
-rw-r--r-- | include/linux/coda_proc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/coda_proc.h b/include/linux/coda_proc.h index 99cee973f..37dfad86a 100644 --- a/include/linux/coda_proc.h +++ b/include/linux/coda_proc.h @@ -39,9 +39,6 @@ void coda_upcall_stats(int opcode, unsigned long jiffies); struct coda_vfs_stats { /* file operations */ - int file_read; - int file_write; - int file_mmap; int open; int release; int fsync; @@ -59,7 +56,6 @@ struct coda_vfs_stats int rmdir; int rename; int permission; - int readpage; /* symlink operatoins*/ int follow_link; |