projects
/
unionfs-2.6.38.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f554150
)
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>
Thu, 16 Jun 2011 22:46:42 +0000
(15:46 -0700)
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 2fc24b0b93a01162f86ad2c7b558687058dcca93..6f7c1da04a8790e1e77abdb4b687a7b83acf26fe 100644
(file)
--- a/
fs/namei.c
+++ b/
fs/namei.c
@@
-562,7
+562,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)
{