vserver 1.9.5.x5
[linux-2.6.git] / include / linux / coda_proc.h
index c061a22..0dc1b04 100644 (file)
@@ -72,26 +72,5 @@ struct coda_cache_inv_stats
 
 /* these global variables hold the actual statistics data */
 extern struct coda_vfs_stats           coda_vfs_stat;
-extern struct coda_cache_inv_stats     coda_cache_inv_stat;
-
-/* reset statistics to 0 */
-void reset_coda_vfs_stats( void );
-void reset_coda_cache_inv_stats( void );
-
-/* like coda_dointvec, these functions are to be registered in the ctl_table
- * data structure for /proc/sys/... files 
- */
-int do_reset_coda_vfs_stats( ctl_table * table, int write, struct file * filp,
-                            void __user * buffer, size_t * lenp, loff_t * ppos );
-int do_reset_coda_cache_inv_stats( ctl_table * table, int write, 
-                                  struct file * filp, void __user * buffer, 
-                                  size_t * lenp, loff_t * ppos );
-
-/* these functions are called to form the content of /proc/fs/coda/... files */
-int coda_vfs_stats_get_info( char * buffer, char ** start, off_t offset,
-                            int length);
-int coda_cache_inv_stats_get_info( char * buffer, char ** start, off_t offset,
-                                  int length);
-
 
 #endif /* _CODA_PROC_H */