commit 041cfb92865c31f210a9b425b1a51c035c012315
Author: Rachita Kothiyal <[EMAIL PROTECTED]>
Date: Mon Mar 31 12:35:55 2008 -0400
VFS: export release_open_intent as GPL symbol, not regular symbol
Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
diff --git a/fs/namei.c b/fs/namei.c
index 784ef51..ab68a08 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -389,7 +389,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)
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs