[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>
Showing
- fs/fuse/file.c 1 addition, 1 deletionfs/fuse/file.c
- fs/ntfs/file.c 1 addition, 1 deletionfs/ntfs/file.c
- fs/splice.c 2 additions, 2 deletionsfs/splice.c
- fs/xfs/linux-2.6/xfs_lrw.c 1 addition, 1 deletionfs/xfs/linux-2.6/xfs_lrw.c
- include/linux/fs.h 1 addition, 1 deletioninclude/linux/fs.h
- mm/filemap.c 4 additions, 3 deletionsmm/filemap.c
- mm/filemap_xip.c 1 addition, 1 deletionmm/filemap_xip.c
Loading
Please register or sign in to comment