aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/filemap.c')
-rw-r--r--mm/filemap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/filemap.c b/mm/filemap.c
index af7e2f5caea9..606432f71b3a 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -2269,7 +2269,7 @@ __generic_file_aio_write_nolock(struct kiocb *iocb, const struct iovec *iov,
2269 if (count == 0) 2269 if (count == 0)
2270 goto out; 2270 goto out;
2271 2271
2272 err = remove_suid(file->f_dentry); 2272 err = remove_suid(file->f_path.dentry);
2273 if (err) 2273 if (err)
2274 goto out; 2274 goto out;
2275 2275