]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/internal.h
smack: use pernet operations for hook registration
[mirror_ubuntu-artful-kernel.git] / fs / internal.h
index 11c6d89dce9c9ae2e1bc1d04614a732ccc0a952e..9676fe11c093538d284ec5c2c59e9a2a9e37c1f6 100644 (file)
@@ -108,8 +108,6 @@ extern struct file *do_filp_open(int dfd, struct filename *pathname,
 extern struct file *do_file_open_root(struct dentry *, struct vfsmount *,
                const char *, const struct open_flags *);
 
-extern long do_handle_open(int mountdirfd,
-                          struct file_handle __user *ufh, int open_flag);
 extern int open_check_o_direct(struct file *f);
 extern int vfs_open(const struct path *, struct file *, const struct cred *);
 extern struct file *filp_clone_open(struct file *);
@@ -128,8 +126,6 @@ static inline bool atime_needs_update_rcu(const struct path *path,
        return __atime_needs_update(path, inode, true);
 }
 
-extern bool atime_needs_update_rcu(const struct path *, struct inode *);
-
 /*
  * fs-writeback.c
  */