From: Mike Rapoport <rppt@xxxxxxxxxxxxxxxxxx> Subject: mm/swap.c: remove @cold parameter description for release_pages() The 'cold' parameter was removed from release_pages function by c6f92f9fbe7db ("mm: remove cold parameter for release_pages"). Update the description to match the code. Link: http://lkml.kernel.org/r/1519585191-10180-3-git-send-email-rppt@xxxxxxxxxxxxxxxxxx Signed-off-by: Mike Rapoport <rppt@xxxxxxxxxxxxxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/swap.c | 1 - 1 file changed, 1 deletion(-) diff -puN mm/swap.c~mm-swap-remove-cold-parameter-description-for-release_pages mm/swap.c --- a/mm/swap.c~mm-swap-remove-cold-parameter-description-for-release_pages +++ a/mm/swap.c @@ -707,7 +707,6 @@ void lru_add_drain_all(void) * release_pages - batched put_page() * @pages: array of pages to release * @nr: number of pages - * @cold: whether the pages are cache cold * * Decrement the reference count on all the pages in @pages. If it * fell to zero, remove the page from the LRU and free it. _ -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html