coda: remove struct coda_sb_info
[deliverable/linux.git] / fs / coda / coda_int.h
CommitLineData
c98d8cfb
AB
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
This page took 0.144529 seconds and 5 git commands to generate.