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>
Thu, 16 Jun 2011 22:46:42 +0000 (15:46 -0700)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/namei.c

index 2fc24b0b93a01162f86ad2c7b558687058dcca93..6f7c1da04a8790e1e77abdb4b687a7b83acf26fe 100644 (file)
@@ -562,7 +562,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)
 {