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>
Tue, 31 Jan 2012 07:59:19 +0000 (02:59 -0500)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/namei.c

index ca2d7a30edf20019f8f0ee436978f325dd7721ae..a4189e8e9368104f79478010d0947c9536631ffe 100644 (file)
@@ -492,7 +492,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)
 {