Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d23a147b authored by Mark Fasheh's avatar Mark Fasheh
Browse files

[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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)
{