projects
/
unionfs-2.6.39.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5e597a
)
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>
Fri, 12 Aug 2011 02:39:10 +0000
(22:39 -0400)
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 eba45ea1029899aaa57da823db1fddacadae9944..1a35f3fdd816c613e89458f9427fd67c7e282c05 100644
(file)
--- a/
include/linux/namei.h
+++ b/
include/linux/namei.h
@@
-81,6
+81,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);