diff options
Diffstat (limited to 'mm/filemap.c')
| -rw-r--r-- | mm/filemap.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/filemap.c b/mm/filemap.c index d7b10578a64..a8251a8d345 100644 --- a/mm/filemap.c +++ b/mm/filemap.c @@ -2000,7 +2000,7 @@ int file_remove_suid(struct file *file)  		error = security_inode_killpriv(dentry);  	if (!error && killsuid)  		error = __remove_suid(dentry, killsuid); -	if (!error) +	if (!error && (inode->i_sb->s_flags & MS_NOSEC))  		inode->i_flags |= S_NOSEC;  	return error;  |