[PATCH] Export should_remove_suid()
[powerpc.git] / mm / filemap.c
index 7b84dc8..13df01c 100644 (file)
@@ -1893,6 +1893,7 @@ int should_remove_suid(struct dentry *dentry)
 
        return 0;
 }
+EXPORT_SYMBOL(should_remove_suid);
 
 int __remove_suid(struct dentry *dentry, int kill)
 {