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=129628b81803fcd4e2836d35062f6a26cf83f9be;p=unionfs-3.0.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 82ab16b8cf9..0c2e6d661fd 100644 --- a/include/linux/namei.h +++ b/include/linux/namei.h @@ -83,6 +83,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);