1
0
Fork 0

[PATCH] Export should_remove_suid()

This helps us avoid replicating the same logic within file system drivers.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
hifive-unleashed-5.1
Mark Fasheh 2006-10-17 17:05:18 -07:00
parent 55ed16029d
commit d23a147bb6
1 changed files with 1 additions and 0 deletions

View 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)
{