]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/internal.h
NFS: Only initialize the ACL client in the v3 case
[karo-tx-linux.git] / fs / internal.h
index 18bc216ea09d95ecff126ef96987ff786b5cbcb1..8a9f5fa840f17907a5c277697fb5ed34cddcb30f 100644 (file)
@@ -50,8 +50,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 +82,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;