aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/vmscan.c')
-rw-r--r--mm/vmscan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c
index ba8228e0a806..ab3b0ad3ce52 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -659,7 +659,7 @@ static unsigned long shrink_page_list(struct list_head *page_list,
659 * processes. Try to unmap it here. 659 * processes. Try to unmap it here.
660 */ 660 */
661 if (page_mapped(page) && mapping) { 661 if (page_mapped(page) && mapping) {
662 switch (try_to_unmap(page, 0)) { 662 switch (try_to_unmap(page, TTU_UNMAP)) {
663 case SWAP_FAIL: 663 case SWAP_FAIL:
664 goto activate_locked; 664 goto activate_locked;
665 case SWAP_AGAIN: 665 case SWAP_AGAIN: