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>
Sun, 24 Nov 2013 05:51:46 +0000 (00:51 -0500)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/namei.c

index e37373b560a4c7a5ca63f055a2793918c3f27a4d..f382d3454d0f49a010e5e7734c1c384a77bcc098 100644 (file)
@@ -478,7 +478,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)
 {