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 18bc216ea09..a6fd56c68b1 100644 --- a/fs/internal.h +++ b/fs/internal.h @@ -42,6 +42,11 @@ static inline int __sync_blockdev(struct block_device *bdev, int wait)  extern void __init chrdev_init(void);  /* + * namei.c + */ +extern int __inode_permission(struct inode *, int); + +/*   * namespace.c   */  extern int copy_mount_options(const void __user *, unsigned long *); @@ -50,8 +55,6 @@ extern int copy_mount_string(const void __user *, char **);  extern struct vfsmount *lookup_mnt(struct path *);  extern int finish_automount(struct vfsmount *, struct path *); -extern void mnt_make_longterm(struct vfsmount *); -extern void mnt_make_shortterm(struct vfsmount *);  extern int sb_prepare_remount_readonly(struct super_block *);  extern void __init mnt_init(void); @@ -84,9 +87,6 @@ extern struct super_block *user_get_super(dev_t);  /*   * open.c   */ -struct nameidata; -extern struct file *nameidata_to_filp(struct nameidata *); -extern void release_open_intent(struct nameidata *);  struct open_flags {  	int open_flag;  	umode_t mode;  |