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 7a13f6ac5421..46e98019af6c 100644 --- a/mm/filemap.c +++ b/mm/filemap.c | |||
@@ -1148,7 +1148,7 @@ find_page: | |||
1148 | if (!page->mapping) | 1148 | if (!page->mapping) |
1149 | goto page_not_up_to_date_locked; | 1149 | goto page_not_up_to_date_locked; |
1150 | if (!mapping->a_ops->is_partially_uptodate(page, | 1150 | if (!mapping->a_ops->is_partially_uptodate(page, |
1151 | desc, offset)) | 1151 | offset, desc->count)) |
1152 | goto page_not_up_to_date_locked; | 1152 | goto page_not_up_to_date_locked; |
1153 | unlock_page(page); | 1153 | unlock_page(page); |
1154 | } | 1154 | } |