aboutsummaryrefslogtreecommitdiffstats
path: root/mm/rmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/rmap.c')
-rw-r--r--mm/rmap.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/mm/rmap.c b/mm/rmap.c
index 0334c8f6b741..57ad276900c9 100644
--- a/mm/rmap.c
+++ b/mm/rmap.c
@@ -283,7 +283,10 @@ static int page_referenced_one(struct page *page,
283 if (!pte) 283 if (!pte)
284 goto out; 284 goto out;
285 285
286 if (ptep_clear_flush_young(vma, address, pte)) 286 if (vma->vm_flags & VM_LOCKED) {
287 referenced++;
288 *mapcount = 1; /* break early from loop */
289 } else if (ptep_clear_flush_young(vma, address, pte))
287 referenced++; 290 referenced++;
288 291
289 /* Pretend the page is referenced if the task has the 292 /* Pretend the page is referenced if the task has the