diff options
Diffstat (limited to 'mm/swap.c')
-rw-r--r-- | mm/swap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -751,7 +751,7 @@ void lru_add_page_tail(struct page *page, struct page *page_tail, | |||
751 | 751 | ||
752 | SetPageLRU(page_tail); | 752 | SetPageLRU(page_tail); |
753 | 753 | ||
754 | if (page_evictable(page_tail, NULL)) { | 754 | if (page_evictable(page_tail)) { |
755 | if (PageActive(page)) { | 755 | if (PageActive(page)) { |
756 | SetPageActive(page_tail); | 756 | SetPageActive(page_tail); |
757 | active = 1; | 757 | active = 1; |