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 11f10efd637c..1283fc825458 100644 --- a/mm/filemap.c +++ b/mm/filemap.c | |||
@@ -2563,7 +2563,7 @@ ssize_t __generic_file_write_iter(struct kiocb *iocb, struct iov_iter *from) | |||
2563 | 2563 | ||
2564 | /* We can write back this queue in page reclaim */ | 2564 | /* We can write back this queue in page reclaim */ |
2565 | current->backing_dev_info = inode_to_bdi(inode); | 2565 | current->backing_dev_info = inode_to_bdi(inode); |
2566 | err = file_remove_suid(file); | 2566 | err = file_remove_privs(file); |
2567 | if (err) | 2567 | if (err) |
2568 | goto out; | 2568 | goto out; |
2569 | 2569 | ||