[PATCH] Remove redundant up() in stop_machine()
[linux-2.6/suspend2-2.6.18.git] / fs / coda / coda_int.h
blob9e6338fea51471a1fa5fc1b12b774ed158e33ea3
1 #ifndef _CODA_INT_
2 #define _CODA_INT_
4 extern struct file_system_type coda_fs_type;
6 void coda_destroy_inodecache(void);
7 int coda_init_inodecache(void);
8 int coda_fsync(struct file *coda_file, struct dentry *coda_dentry,
9 int datasync);
11 #endif /* _CODA_INT_ */