Commit 3b2b96ab authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] fs/sysv/: proper prototypes for 2 functions

Add proper prototypes for sysv_{init,destroy}_icache() in sysv.h
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Acked-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 99eea6a1
...@@ -528,9 +528,6 @@ static struct file_system_type v7_fs_type = { ...@@ -528,9 +528,6 @@ static struct file_system_type v7_fs_type = {
.fs_flags = FS_REQUIRES_DEV, .fs_flags = FS_REQUIRES_DEV,
}; };
extern int sysv_init_icache(void) __init;
extern void sysv_destroy_icache(void);
static int __init init_sysv_fs(void) static int __init init_sysv_fs(void)
{ {
int error; int error;
......
...@@ -143,6 +143,9 @@ extern int sysv_sync_inode(struct inode *); ...@@ -143,6 +143,9 @@ extern int sysv_sync_inode(struct inode *);
extern int sysv_sync_file(struct file *, struct dentry *, int); extern int sysv_sync_file(struct file *, struct dentry *, int);
extern void sysv_set_inode(struct inode *, dev_t); extern void sysv_set_inode(struct inode *, dev_t);
extern int sysv_getattr(struct vfsmount *, struct dentry *, struct kstat *); extern int sysv_getattr(struct vfsmount *, struct dentry *, struct kstat *);
extern int sysv_init_icache(void);
extern void sysv_destroy_icache(void);
/* dir.c */ /* dir.c */
extern struct sysv_dir_entry *sysv_find_entry(struct dentry *, struct page **); extern struct sysv_dir_entry *sysv_find_entry(struct dentry *, struct page **);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment