GIT: unionfs2-2.6.27.y: VFS: export release_open_intent as GPL symbol, not regular symbol
Erez Zadok
ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:17:51 EDT 2010
commit f6e2c15cc1bf00b90ddc2507a3f67c2962f784a1
Author: Erez Zadok <ezk at cs.sunysb.edu>
Date: Mon Mar 24 20:44:54 2008 -0400
VFS: export release_open_intent as GPL symbol, not regular symbol
Signed-off-by: Erez Zadok <ezk at cs.sunysb.edu>
diff --git a/fs/namei.c b/fs/namei.c
index 86a3cab..44b7cef 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -393,7 +393,7 @@ void release_open_intent(struct nameidata *nd)
else
fput(nd->intent.open.file);
}
-EXPORT_SYMBOL(release_open_intent);
+EXPORT_SYMBOL_GPL(release_open_intent);
static inline struct dentry *
do_revalidate(struct dentry *dentry, struct nameidata *nd)
More information about the unionfs-cvs
mailing list