diff options
-rw-r--r-- | mm/swap.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -707,7 +707,6 @@ void lru_add_drain_all(void) | |||
707 | * release_pages - batched put_page() | 707 | * release_pages - batched put_page() |
708 | * @pages: array of pages to release | 708 | * @pages: array of pages to release |
709 | * @nr: number of pages | 709 | * @nr: number of pages |
710 | * @cold: whether the pages are cache cold | ||
711 | * | 710 | * |
712 | * Decrement the reference count on all the pages in @pages. If it | 711 | * Decrement the reference count on all the pages in @pages. If it |
713 | * fell to zero, remove the page from the LRU and free it. | 712 | * fell to zero, remove the page from the LRU and free it. |