commit | d23a147bb6e8d467e8df73b6589888717da3b9ce | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Tue Oct 17 17:05:18 2006 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Fri Dec 01 18:28:38 2006 -0800 |
tree | 7888c513810dc39a20e061e720c52fc8e7d778a4 | |
parent | 55ed16029d597622db8121270e687373b5e31722 [diff] [blame] |
[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>
diff --git a/mm/filemap.c b/mm/filemap.c index 7b84dc8..13df01c 100644 --- a/mm/filemap.c +++ b/mm/filemap.c
@@ -1893,6 +1893,7 @@ return 0; } +EXPORT_SYMBOL(should_remove_suid); int __remove_suid(struct dentry *dentry, int kill) {