6 extern struct file_system_type coda_fs_type
;
7 extern unsigned long coda_timeout
;
9 extern int coda_fake_statfs
;
11 void coda_destroy_inodecache(void);
12 int coda_init_inodecache(void);
13 int coda_fsync(struct file
*coda_file
, struct dentry
*coda_dentry
,
15 void coda_sysctl_init(void);
16 void coda_sysctl_clean(void);
18 #endif /* _CODA_INT_ */