patch-2.3.29 linux/include/linux/coda_proc.h
Next file: linux/include/linux/fb.h
Previous file: linux/include/linux/bootmem.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sat Nov 20 16:19:00 1999
- Orig file:
v2.3.28/linux/include/linux/coda_proc.h
- Orig date:
Tue Jul 6 19:08:33 1999
diff -u --recursive --new-file v2.3.28/linux/include/linux/coda_proc.h linux/include/linux/coda_proc.h
@@ -133,13 +133,13 @@
/* 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 dummy );
+ int length);
int coda_upcall_stats_get_info( char * buffer, char ** start, off_t offset,
- int length, int dummy );
+ int length);
int coda_permission_stats_get_info( char * buffer, char ** start, off_t offset,
- int length, int dummy );
+ int length);
int coda_cache_inv_stats_get_info( char * buffer, char ** start, off_t offset,
- int length, int dummy );
+ int length);
#endif /* _CODA_PROC_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)