Skip to content

Commit

Permalink
[PATCH] Export should_remove_suid()
Browse files Browse the repository at this point in the history
This helps us avoid replicating the same logic within file system drivers.

Signed-off-by: Mark Fasheh <[email protected]>
  • Loading branch information
Mark Fasheh committed Dec 2, 2006
1 parent 55ed160 commit d23a147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mm/filemap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit d23a147

Please sign in to comment.