From: Erez Zadok Date: Wed, 6 Jan 2010 04:39:25 +0000 (-0500) Subject: VFS: export release_open_intent X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=3a3bb3fd985ac865b6196897d1448b5a03200ba0;p=unionfs-2.6.39.y.git VFS: export release_open_intent Signed-off-by: Erez Zadok --- diff --git a/include/linux/namei.h b/include/linux/namei.h index eba45ea1029..1a35f3fdd81 100644 --- a/include/linux/namei.h +++ b/include/linux/namei.h @@ -81,6 +81,7 @@ extern int vfs_path_lookup(struct dentry *, struct vfsmount *, extern struct file *lookup_instantiate_filp(struct nameidata *nd, struct dentry *dentry, int (*open)(struct inode *, struct file *)); +extern void release_open_intent(struct nameidata *); extern struct dentry *lookup_one_len(const char *, struct dentry *, int);