提交 d23a147b 编写于 作者: M Mark Fasheh

[PATCH] Export should_remove_suid()

This helps us avoid replicating the same logic within file system drivers.
Signed-off-by: NMark Fasheh <mark.fasheh@oracle.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册