Commit d23a147b authored by Mark Fasheh's avatar Mark Fasheh

[PATCH] Export should_remove_suid()

This helps us avoid replicating the same logic within file system drivers.
Signed-off-by: default avatarMark Fasheh <mark.fasheh@oracle.com>
parent 55ed1602
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment