patch-2.3.29 linux/fs/coda/sysctl.c

Next file: linux/fs/exec.c
Previous file: linux/fs/binfmt_misc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.28/linux/fs/coda/sysctl.c linux/fs/coda/sysctl.c
@@ -285,7 +285,7 @@
 }
 
 int coda_vfs_stats_get_info( char * buffer, char ** start, off_t offset,
-			     int length, int dummy )
+			     int length)
 {
 	int len=0;
 	off_t begin;
@@ -352,7 +352,7 @@
 }
 
 int coda_upcall_stats_get_info( char * buffer, char ** start, off_t offset,
-				int length, int dummy )
+				int length)
 {
 	int len=0;
 	int i;
@@ -399,7 +399,7 @@
 }
 
 int coda_permission_stats_get_info( char * buffer, char ** start, off_t offset,
-				    int length, int dummy )
+				    int length)
 {
 	int len=0;
 	off_t begin;
@@ -428,7 +428,7 @@
 }
 
 int coda_cache_inv_stats_get_info( char * buffer, char ** start, off_t offset,
-				   int length, int dummy )
+				   int length)
 {
 	int len=0;
 	off_t begin;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)