projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55ed160
)
[PATCH] Export should_remove_suid()
author
Mark Fasheh
<mark.fasheh@oracle.com>
Wed, 18 Oct 2006 00:05:18 +0000
(17:05 -0700)
committer
Mark Fasheh
<mark.fasheh@oracle.com>
Sat, 2 Dec 2006 02:28:38 +0000
(18:28 -0800)
This helps us avoid replicating the same logic within file system drivers.
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
mm/filemap.c
patch
|
blob
|
history
diff --git
a/mm/filemap.c
b/mm/filemap.c
index 7b84dc814347544d68ab662f11691b25ca54ac3a..13df01c50479ce8fa2dc1fa283d6483c2a31937b 100644
(file)
--- a/
mm/filemap.c
+++ b/
mm/filemap.c
@@
-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)
{