summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/swap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/swap.c b/mm/swap.c
index 0f17330dd0e5..3dd518832096 100644
--- a/mm/swap.c
+++ b/mm/swap.c
@@ -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.