diff options
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index c13b6b29add2..9d3870862293 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -6284,9 +6284,9 @@ bool has_unmovable_pages(struct zone *zone, struct page *page, int count, | |||
6284 | if (!PageLRU(page)) | 6284 | if (!PageLRU(page)) |
6285 | found++; | 6285 | found++; |
6286 | /* | 6286 | /* |
6287 | * If there are RECLAIMABLE pages, we need to check it. | 6287 | * If there are RECLAIMABLE pages, we need to check |
6288 | * But now, memory offline itself doesn't call shrink_slab() | 6288 | * it. But now, memory offline itself doesn't call |
6289 | * and it still to be fixed. | 6289 | * shrink_node_slabs() and it still to be fixed. |
6290 | */ | 6290 | */ |
6291 | /* | 6291 | /* |
6292 | * If the page is not RAM, page_count()should be 0. | 6292 | * If the page is not RAM, page_count()should be 0. |