diff options
Diffstat (limited to 'mm')
-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 91a741ddd49d..3195806d78e0 100644 --- a/mm/filemap.c +++ b/mm/filemap.c | |||
@@ -1181,7 +1181,7 @@ __generic_file_aio_read(struct kiocb *iocb, const struct iovec *iov, | |||
1181 | *ppos = pos + retval; | 1181 | *ppos = pos + retval; |
1182 | } | 1182 | } |
1183 | if (likely(retval != 0)) { | 1183 | if (likely(retval != 0)) { |
1184 | file_accessed(flip); | 1184 | file_accessed(filp); |
1185 | goto out; | 1185 | goto out; |
1186 | } | 1186 | } |
1187 | } | 1187 | } |