git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c82e42d
)
[patch 3/5] vfs: change remove_suid() to file_remove_suid()
author
Miklos Szeredi
<mszeredi@suse.cz>
Tue, 24 Jun 2008 14:50:14 +0000
(16:50 +0200)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 27 Jul 2008 00:53:16 +0000
(20:53 -0400)
All calls to remove_suid() are made with a file pointer, because
(similarly to file_update_time) it is called when the file is written.
Clean up callers by passing in a file instead of a dentry.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
No differences found