]> www.infradead.org Git - users/jedix/linux-maple.git/commit
page_alloc: remove inactive initialization
authorLi kunyu <kunyu@nfschina.com>
Wed, 3 Aug 2022 06:41:18 +0000 (14:41 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 22 Aug 2022 22:58:00 +0000 (15:58 -0700)
commit2a6520320cb0797889d600e4e65b430d609dbe29
treeef936871ec32f95eb3b717aecbb979415ef7d8dd
parentd01765768a76d95ab6d6547c7e4bba151df770fd
page_alloc: remove inactive initialization

The allocation address of the table pointer variable is first performed in
the function, no initialization assignment is required, and no invalid
pointer will appear.

Link: https://lkml.kernel.org/r/20220803064118.3664-1-kunyu@nfschina.com
Signed-off-by: Li kunyu <kunyu@nfschina.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/page_alloc.c