]> 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>
Wed, 17 Aug 2022 20:58:32 +0000 (13:58 -0700)
commit5bd1503804439d0a3ed2839a5e46d72090ae033f
treef67fa7a46eec1a0fd9db174f9f63ea6fb3a63014
parent9870ce08cc6d6c93a0a1ea67ec5ffa06a4314219
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