From 86ba00c3905d89d98ba79d9f94c3ff84528a638f Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Tue, 26 Nov 2013 22:01:34 -0500 Subject: [PATCH] Unionfs: port to 3.12 Signed-off-by: Erez Zadok --- include/linux/namei.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/namei.h b/include/linux/namei.h index 492de72560fa..51a025b855bf 100644 --- a/include/linux/namei.h +++ b/include/linux/namei.h @@ -71,6 +71,8 @@ extern struct dentry *user_path_create(int, const char __user *, struct path *, extern void done_path_create(struct path *, struct dentry *); extern struct dentry *kern_path_locked(const char *, struct path *); extern int kern_path_mountpoint(int, const char *, struct path *, unsigned int); +extern int vfs_path_lookup(struct dentry *, struct vfsmount *, + const char *, unsigned int, struct path *); extern struct dentry *lookup_one_len(const char *, struct dentry *, int); -- 2.34.1