]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/page_alloc: minor clean up for memmap_init_compound()
authorMiaohe Lin <linmiaohe@huawei.com>
Sat, 11 Jun 2022 02:13:52 +0000 (10:13 +0800)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 3 Aug 2022 18:17:09 +0000 (14:17 -0400)
commite16b782ee46a501694a5ada29ae086edb3bc795a
tree1656cbea9635f73d2716bd2ca23f7bec995ea5be
parentb9e38885fc08e18e00d2a54db571a8985b72e8f8
mm/page_alloc: minor clean up for memmap_init_compound()

Since commit 5232c63f46fd ("mm: Make compound_pincount always available"),
compound_pincount_ptr is stored at first tail page now.  So we should call
prep_compound_head() after the first tail page is initialized to take
advantage of the likelihood of that tail struct page being cached given
that we will read them right after in prep_compound_head().

Link: https://lkml.kernel.org/r/20220611021352.13529-1-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Cc: Joao Martins <joao.m.martins@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/page_alloc.c