[PATCH] fs/coda/: proper prototypes
Introduce a file fs/coda/coda_int.h with proper prototypes for some code. Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Jan Harkes <jaharkes@cs.cmu.edu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
2c2212901f
commit
c98d8cfbc6
13
fs/coda/coda_int.h
Normal file
13
fs/coda/coda_int.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef _CODA_INT_
|
||||
#define _CODA_INT_
|
||||
|
||||
extern struct file_system_type coda_fs_type;
|
||||
|
||||
void coda_destroy_inodecache(void);
|
||||
int coda_init_inodecache(void);
|
||||
int coda_fsync(struct file *coda_file, struct dentry *coda_dentry,
|
||||
int datasync);
|
||||
|
||||
#endif /* _CODA_INT_ */
|
||||
|
||||
|
Reference in New Issue
Block a user