projects
/
unionfs-3.16.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f90de8c
)
Unionfs: port to 3.12
author
Erez Zadok
<ezk@cs.sunysb.edu>
Wed, 27 Nov 2013 03:01:34 +0000
(22:01 -0500)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 01:43:41 +0000
(20:43 -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 492de72560fab98591ca7ca617380b7d581e5c13..51a025b855bf7d5e06f945945425fd09743450f7 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);