projects
/
unionfs-3.1.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
115d41d
)
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, 31 Jan 2012 07:59:19 +0000
(
02:59
-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 ca2d7a30edf20019f8f0ee436978f325dd7721ae..a4189e8e9368104f79478010d0947c9536631ffe 100644
(file)
--- a/
fs/namei.c
+++ b/
fs/namei.c
@@
-492,7
+492,7
@@
void release_open_intent(struct nameidata *nd)
fput(file);
}
}
-EXPORT_SYMBOL(release_open_intent);
+EXPORT_SYMBOL
_GPL
(release_open_intent);
static inline int d_revalidate(struct dentry *dentry, struct nameidata *nd)
{