The patch titled Subject: mm/swap.c: remove @cold parameter description for release_pages() has been added to the -mm tree. Its filename is mm-swap-remove-cold-parameter-description-for-release_pages.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-swap-remove-cold-parameter-description-for-release_pages.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-swap-remove-cold-parameter-description-for-release_pages.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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. _ Patches currently in -mm which might be from rppt@xxxxxxxxxxxxxxxxxx are mm-nommu-remove-description-of-alloc_vm_area.patch mm-swap-remove-cold-parameter-description-for-release_pages.patch mm-kernel-doc-add-missing-parameter-descriptions.patch -- 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