Merge branches 'core-fixes-for-linus' and 'irq-fixes-for-linus' of git://git.kernel...
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / fs / coda / coda_int.h
blob6b443ff43a19dd829b1d35877d144e37b2fce918
1 #ifndef _CODA_INT_
2 #define _CODA_INT_
4 struct dentry;
5 struct file;
7 extern struct file_system_type coda_fs_type;
8 extern unsigned long coda_timeout;
9 extern int coda_hard;
10 extern int coda_fake_statfs;
12 void coda_destroy_inodecache(void);
13 int coda_init_inodecache(void);
14 int coda_fsync(struct file *coda_file, int datasync);
15 void coda_sysctl_init(void);
16 void coda_sysctl_clean(void);
18 #endif /* _CODA_INT_ */