projects
/
unionfs-2.6.34.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28aeb94
)
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>
Sun, 23 Feb 2014 19:05:56 +0000
(14:05 -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 ada7cef3cba471735fbc054890ee9ddc670da1cd..2810aefe16c38ddb71215ea781f84881cd6e6949 100644
(file)
--- a/
fs/namei.c
+++ b/
fs/namei.c
@@
-386,7
+386,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)