Unionfs: port to 3.12
authorErez Zadok <ezk@cs.sunysb.edu>
Wed, 27 Nov 2013 02:18:00 +0000 (21:18 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 01:05:48 +0000 (20:05 -0500)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
include/linux/namei.h

index 8e47bc7a1665b8b7e6ca06392584328aab702d82..b1444d42853322f75f9b3483e77bdf75a91cf635 100644 (file)
@@ -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);