projects
/
unionfs-2.6.39.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6323f82
)
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>
Fri, 12 Aug 2011 02:37:47 +0000
(22:37 -0400)
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 a597919f97f8a2e61c9a00c3e0bf4626c1c07e19..bbfd1e0035579989a5659ea8fc462f5217533795 100644
(file)
--- a/
fs/namei.c
+++ b/
fs/namei.c
@@
-578,7
+578,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)
{