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, 20 May 2009 20:59:50 +0000 (16:59 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/namei.c

index 6686ba63ef33ba81520d083c567cb9e8f466dfeb..c2f57705b62ee31e647185d27fb882658095d239 100644 (file)
@@ -379,7 +379,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)