mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
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>