projects
/
unionfs-3.3.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87ea3e8
)
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, 23 Nov 2013 01:08:12 +0000
(20:08 -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 c28f9d90e1847843e00e7669fe85ccf2bd0ebb0f..8cfa6395c6d55057be6862dd964754a32dbd36d4 100644
(file)
--- a/
fs/namei.c
+++ b/
fs/namei.c
@@
-491,7
+491,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)
{