diff options
Diffstat (limited to 'mm/truncate.c')
-rw-r--r-- | mm/truncate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/truncate.c b/mm/truncate.c index 7a9d8a3cb143..66af9031fae8 100644 --- a/mm/truncate.c +++ b/mm/truncate.c | |||
@@ -490,7 +490,7 @@ unsigned long invalidate_mapping_pages(struct address_space *mapping, | |||
490 | * of interest and try to speed up its reclaim. | 490 | * of interest and try to speed up its reclaim. |
491 | */ | 491 | */ |
492 | if (!ret) | 492 | if (!ret) |
493 | deactivate_page(page); | 493 | deactivate_file_page(page); |
494 | count += ret; | 494 | count += ret; |
495 | } | 495 | } |
496 | pagevec_remove_exceptionals(&pvec); | 496 | pagevec_remove_exceptionals(&pvec); |