projects
/
unionfs-3.0.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee3bf1a
)
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>
Sat, 30 Nov 2013 23:13:08 +0000
(18:13 -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 82ab16b8cf9bdc38af20f9150d65cae34fffa0ba..0c2e6d661fd23bbe1256dfd4827d2e7b3b749b0e 100644
(file)
--- a/
include/linux/namei.h
+++ b/
include/linux/namei.h
@@
-83,6
+83,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);