From: Miklos Szeredi Date: Tue, 24 Jun 2008 14:50:14 +0000 (+0200) Subject: [patch 3/5] vfs: change remove_suid() to file_remove_suid() X-Git-Tag: v2.6.27-rc1~73^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f1936b87783a3a56c9441b27b9ba7a747f11e8e;p=pandora-kernel.git [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 --- Reading git-diff-tree failed