projects
/
unionfs-2.6.38.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58ba623
)
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>
Thu, 16 Jun 2011 22:48:21 +0000
(15:48 -0700)
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 f276d4fa01fc886fe7a3dbff57733501d00eaece..cf4ec6c12a37ebc0921deb4f31637423ae6dbc8f 100644
(file)
--- a/
include/linux/namei.h
+++ b/
include/linux/namei.h
@@
-78,6
+78,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);