From 3a3bb3fd985ac865b6196897d1448b5a03200ba0 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Tue, 5 Jan 2010 23:39:25 -0500 Subject: [PATCH] VFS: export release_open_intent Signed-off-by: Erez Zadok --- include/linux/namei.h | 1 + 1 file changed, 1 insertion(+) 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); -- 2.34.1