]> www.infradead.org Git - users/dwmw2/linux.git/commit
mm/hugetlb: rename isolate_hugetlb() to folio_isolate_hugetlb()
authorDavid Hildenbrand <david@redhat.com>
Mon, 13 Jan 2025 13:16:07 +0000 (14:16 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 26 Jan 2025 04:22:41 +0000 (20:22 -0800)
commit4c640f128074e0d4459ecf072595a44df5c2ae18
treeaa0252c0a84a28e8884a9d5aaa9a3a01906684ba
parent8d91fed83cc12306cbb63efa6c473ffee117977a
mm/hugetlb: rename isolate_hugetlb() to folio_isolate_hugetlb()

Let's make the function name match "folio_isolate_lru()", and add some
kernel doc.

Link: https://lkml.kernel.org/r/20250113131611.2554758-3-david@redhat.com
Signed-off-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Cc: Muchun Song <muchun.song@linux.dev>
Cc: Sidhartha Kumar <sidhartha.kumar@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/hugetlb.h
mm/gup.c
mm/hugetlb.c
mm/mempolicy.c
mm/migrate.c