VFS: export release_open_intent as GPL symbol, not regular symbol
authorErez Zadok <ezk@cs.sunysb.edu>
Tue, 25 Mar 2008 00:44:54 +0000 (20:44 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Wed, 30 Mar 2011 23:21:33 +0000 (19:21 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/namei.c

index 94904c545ed761804b1068aea8716b44d8e489b4..24f1f62620824b5be8d7940794a1119ee81ee86a 100644 (file)
@@ -385,7 +385,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)