]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: delete the unused put_pages_list()
authorHugh Dickins <hughd@google.com>
Sun, 27 Oct 2024 20:14:42 +0000 (13:14 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 1 Nov 2024 04:29:33 +0000 (21:29 -0700)
commit2ef247cb6b87b7d4b37a01cc8c891b2c9e48638c
tree352c9ec95d07bd0618593b348b476a1dd69e7897
parenta51222ca58ef512a1e6a616cf1241c835ed1d0f5
mm: delete the unused put_pages_list()

The last user of put_pages_list() converted away from it in 6.10 commit
06c375053cef ("iommu/vt-d: add wrapper functions for page allocations"):
delete put_pages_list().

Link: https://lkml.kernel.org/r/d9985d6a-293e-176b-e63d-82fdfd28c139@google.com
Signed-off-by: Hugh Dickins <hughd@google.com>
Acked-by: Peter Xu <peterx@redhat.com>
Acked-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Yang Shi <shy828301@gmail.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Pasha Tatashin <pasha.tatashin@soleen.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/mm.h
mm/swap.c