X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fcoda_proc.h;h=5bf75216379037e4c23f681509f451699228d91a;hb=3e3ff47c8527c5ba0be4e9f358d49e4b076bd6ef;hp=c061a22ed86d5153cde5fc8ffba84f3cbcfedd2c;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/include/linux/coda_proc.h b/include/linux/coda_proc.h index c061a22ed..5bf752163 100644 --- a/include/linux/coda_proc.h +++ b/include/linux/coda_proc.h @@ -82,10 +82,10 @@ void reset_coda_cache_inv_stats( void ); * 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 ); + void __user * buffer, size_t * lenp ); int do_reset_coda_cache_inv_stats( ctl_table * table, int write, struct file * filp, void __user * buffer, - size_t * lenp, loff_t * ppos ); + size_t * lenp ); /* 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,