These changes are a raw update to a vanilla kernel 4.1.10, with the
[kvmfornfv.git] / kernel / mm / vmscan.c
index 0d024fc..1a17bd7 100644 (file)
@@ -1153,7 +1153,7 @@ cull_mlocked:
                if (PageSwapCache(page))
                        try_to_free_swap(page);
                unlock_page(page);
-               putback_lru_page(page);
+               list_add(&page->lru, &ret_pages);
                continue;
 
 activate_locked: