diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-03-24 06:15:53 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-24 10:33:21 -0500 |
commit | c98d8cfbc600af88e9e6cffc84dd342280445760 (patch) | |
tree | bcf88e2905ba6b640e120a7c6529e3dcddb8c130 /fs/coda/inode.c | |
parent | 2c2212901f8b3fc84f36cb98150cfc2f6b4752f8 (diff) |
[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>
Diffstat (limited to 'fs/coda/inode.c')
-rw-r--r-- | fs/coda/inode.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/coda/inode.c b/fs/coda/inode.c index 04a73fb4848f..7d7d52f74b28 100644 --- a/fs/coda/inode.c +++ b/fs/coda/inode.c | |||
@@ -31,6 +31,8 @@ | |||
31 | #include <linux/coda_fs_i.h> | 31 | #include <linux/coda_fs_i.h> |
32 | #include <linux/coda_cache.h> | 32 | #include <linux/coda_cache.h> |
33 | 33 | ||
34 | #include "coda_int.h" | ||
35 | |||
34 | /* VFS super_block ops */ | 36 | /* VFS super_block ops */ |
35 | static void coda_clear_inode(struct inode *); | 37 | static void coda_clear_inode(struct inode *); |
36 | static void coda_put_super(struct super_block *); | 38 | static void coda_put_super(struct super_block *); |