projects
/
unionfs-3.4.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f85d67
)
VFS: export release_open_intent
author
Erez Zadok
<ezk@cs.sunysb.edu>
Wed, 6 Jan 2010 04:39:25 +0000
(23:39 -0500)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 02:41:26 +0000
(21:41 -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 ffc02135c483c2c6363eed8dc0a4b15b2def6656..7d7dfab764f5d1d31e1555f460e0736f8dfa04b3 100644
(file)
--- a/
include/linux/namei.h
+++ b/
include/linux/namei.h
@@
-84,6
+84,7
@@
extern int vfs_path_lookup(struct dentry *, struct vfsmount *,
extern struct file *lookup_instantiate_filp(struct nameidata *nd, struct dentry *dentry,
int (*open)(struct inode *, struct file *));
+extern void release_open_intent(struct nameidata *);
extern struct dentry *lookup_one_len(const char *, struct dentry *, int);