projects
/
unionfs-3.12.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5539a0
)
Unionfs: port to 3.12
author
Erez Zadok
<ezk@cs.sunysb.edu>
Wed, 27 Nov 2013 02:18:00 +0000
(21:18 -0500)
committer
Erez 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
patch
|
blob
|
history
diff --git
a/include/linux/namei.h
b/include/linux/namei.h
index 8e47bc7a1665b8b7e6ca06392584328aab702d82..b1444d42853322f75f9b3483e77bdf75a91cf635 100644
(file)
--- 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);