dma-buf: add release callback support
[firefly-linux-kernel-4.4.55.git] / include / linux / namei.h
index d53c25453aca084e9b0390473323ac9897961167..023359f185675f3f9d09f919d45212f145aa3828 100644 (file)
@@ -79,6 +79,7 @@ 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);
+extern struct dentry *lookup_one_len2(const char *, struct vfsmount *mnt, struct dentry *, int);
 
 extern int follow_down_one(struct path *);
 extern int follow_down(struct path *);