projects
/
unionfs-lite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4abbc42
)
VFS: export release_open_intent as GPL symbol, not regular symbol
author
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 25 Mar 2008 00:44:54 +0000
(20:44 -0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 13 Jan 2009 02:33:32 +0000
(21:33 -0500)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/namei.c
patch
|
blob
|
history
diff --git
a/fs/namei.c
b/fs/namei.c
index b26f73df90bf7c4432bfe0ce8dc782db9839f4c4..61305e80c8cb80574e85b0ec14a4cb600cbde0cb 100644
(file)
--- a/
fs/namei.c
+++ b/
fs/namei.c
@@
-373,7
+373,7
@@
void release_open_intent(struct nameidata *nd)
else
fput(nd->intent.open.file);
}
-EXPORT_SYMBOL(release_open_intent);
+EXPORT_SYMBOL
_GPL
(release_open_intent);
static inline struct dentry *
do_revalidate(struct dentry *dentry, struct nameidata *nd)