diff options
Diffstat (limited to 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fs/internal.h b/fs/internal.h index 18bc216ea09d..a6fd56c68b11 100644 --- a/fs/internal.h +++ b/fs/internal.h | |||
@@ -42,6 +42,11 @@ static inline int __sync_blockdev(struct block_device *bdev, int wait) | |||
42 | extern void __init chrdev_init(void); | 42 | extern void __init chrdev_init(void); |
43 | 43 | ||
44 | /* | 44 | /* |
45 | * namei.c | ||
46 | */ | ||
47 | extern int __inode_permission(struct inode *, int); | ||
48 | |||
49 | /* | ||
45 | * namespace.c | 50 | * namespace.c |
46 | */ | 51 | */ |
47 | extern int copy_mount_options(const void __user *, unsigned long *); | 52 | extern int copy_mount_options(const void __user *, unsigned long *); |
@@ -50,8 +55,6 @@ extern int copy_mount_string(const void __user *, char **); | |||
50 | extern struct vfsmount *lookup_mnt(struct path *); | 55 | extern struct vfsmount *lookup_mnt(struct path *); |
51 | extern int finish_automount(struct vfsmount *, struct path *); | 56 | extern int finish_automount(struct vfsmount *, struct path *); |
52 | 57 | ||
53 | extern void mnt_make_longterm(struct vfsmount *); | ||
54 | extern void mnt_make_shortterm(struct vfsmount *); | ||
55 | extern int sb_prepare_remount_readonly(struct super_block *); | 58 | extern int sb_prepare_remount_readonly(struct super_block *); |
56 | 59 | ||
57 | extern void __init mnt_init(void); | 60 | extern void __init mnt_init(void); |
@@ -84,9 +87,6 @@ extern struct super_block *user_get_super(dev_t); | |||
84 | /* | 87 | /* |
85 | * open.c | 88 | * open.c |
86 | */ | 89 | */ |
87 | struct nameidata; | ||
88 | extern struct file *nameidata_to_filp(struct nameidata *); | ||
89 | extern void release_open_intent(struct nameidata *); | ||
90 | struct open_flags { | 90 | struct open_flags { |
91 | int open_flag; | 91 | int open_flag; |
92 | umode_t mode; | 92 | umode_t mode; |