aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/filemap.c')
-rw-r--r--mm/filemap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/filemap.c b/mm/filemap.c
index 7b84dc814347..13df01c50479 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -1893,6 +1893,7 @@ int should_remove_suid(struct dentry *dentry)
1893 1893
1894 return 0; 1894 return 0;
1895} 1895}
1896EXPORT_SYMBOL(should_remove_suid);
1896 1897
1897int __remove_suid(struct dentry *dentry, int kill) 1898int __remove_suid(struct dentry *dentry, int kill)
1898{ 1899{