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

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)