Re: [PATCH] mm: delete the unused put_pages_list()

From: David Hildenbrand
Date: Mon Oct 28 2024 - 10:28:48 EST


On 27.10.24 21:14, Hugh Dickins wrote:
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().

In that commit we now manually iterate over the list and call put_page() on each entry ... I would suspect that to perform worse ;)

In any case, the function surely is unused now.

Acked-by: David Hildenbrand <david@xxxxxxxxxx>

--
Cheers,

David / dhildenb