commit | 2f1936b87783a3a56c9441b27b9ba7a747f11e8e | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Tue Jun 24 16:50:14 2008 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Jul 26 20:53:16 2008 -0400 |
tree | 024a0f3da74ba6365f209d03685133760146149b | |
parent | c82e42da8a6b2f3a85dc4d4278cb8238702f8f64 [diff] |
[patch 3/5] vfs: change remove_suid() to file_remove_suid() 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>