fs: Rename file_remove_suid() to file_remove_privs()

file_remove_suid() is a misnomer since it removes also file capabilities
stored in xattrs and sets S_NOSEC flag. Also should_remove_suid() tells
something else than whether file_remove_suid() call is necessary which
leads to bugs.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Cette révision appartient à :
Jan Kara
2015-05-21 16:05:53 +02:00
révisé par Al Viro
Parent 2426f39100
révision 5fa8e0a1c6
8 fichiers modifiés avec 15 ajouts et 12 suppressions

Voir le fichier

@@ -382,7 +382,7 @@ static ssize_t ntfs_prepare_file_for_write(struct kiocb *iocb,
base_ni = ni;
if (NInoAttr(ni))
base_ni = ni->ext.base_ntfs_ino;
err = file_remove_suid(file);
err = file_remove_privs(file);
if (unlikely(err))
goto out;
/*