aboutsummaryrefslogtreecommitdiffstats
path: root/fs/coda/coda_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/coda/coda_int.h')
-rw-r--r--fs/coda/coda_int.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/fs/coda/coda_int.h b/fs/coda/coda_int.h
new file mode 100644
index 000000000000..9e6338fea514
--- /dev/null
+++ b/fs/coda/coda_int.h
@@ -0,0 +1,13 @@
1#ifndef _CODA_INT_
2#define _CODA_INT_
3
4extern struct file_system_type coda_fs_type;
5
6void coda_destroy_inodecache(void);
7int coda_init_inodecache(void);
8int coda_fsync(struct file *coda_file, struct dentry *coda_dentry,
9 int datasync);
10
11#endif /* _CODA_INT_ */
12
13