From: Erez Zadok Date: Wed, 6 Jan 2010 04:39:25 +0000 (-0500) Subject: VFS: export release_open_intent X-Git-Tag: unionfs-2.5.4~6 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=2df0daa68c43a80868c38dd107a5cacb7278aee7;p=unionfs-2.6.37.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 05b441d9364..dca6f9a8cd1 100644 --- a/include/linux/namei.h +++ b/include/linux/namei.h @@ -72,6 +72,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);