]> Gentwo Git Trees - linux/.git/commit
mm/huge_memory: remove the old, unused __split_huge_page()
authorZi Yan <ziy@nvidia.com>
Tue, 18 Feb 2025 23:50:09 +0000 (18:50 -0500)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 23 Feb 2025 06:25:51 +0000 (22:25 -0800)
commit72811a3c931281689a9e3c2a0b22fca071fde930
tree2faee1af407ef8dab8542567257b9b4bfea933e2
parentfaf0d164080e2a480fb39e5de928b29a588c48ab
mm/huge_memory: remove the old, unused __split_huge_page()

Now split_huge_page_to_list_to_order() uses the new backend split code in
__folio_split_without_mapping(), the old __split_huge_page() and
__split_huge_page_tail() can be removed.

Link: https://lkml.kernel.org/r/20250218235012.1542225-6-ziy@nvidia.com
Signed-off-by: Zi Yan <ziy@nvidia.com>
Cc: Baolin Wang <baolin.wang@linux.alibaba.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: John Hubbard <jhubbard@nvidia.com>
Cc: Kefeng Wang <wangkefeng.wang@huawei.com>
Cc: Kirill A. Shuemov <kirill.shutemov@linux.intel.com>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Miaohe Lin <linmiaohe@huawei.com>
Cc: Ryan Roberts <ryan.roberts@arm.com>
Cc: Yang Shi <yang@os.amperecomputing.com>
Cc: Yu Zhao <yuzhao@google.com>
Cc: Kairui Song <kasong@tencent.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/huge_memory.c