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:
1745b9e
)
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>
Sat, 30 Nov 2013 23:12:30 +0000
(18:12 -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 4e7603785a3d50fda1bbc60bc73558fe7f707f76..4c7598735162041627c707c273e43795a3e0d896 100644
(file)
--- a/
fs/namei.c
+++ b/
fs/namei.c
@@
-488,7
+488,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)
{