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, 12 Sep 2022 03:25:50 +0000 (20:25 -0700)
commit97bab178e8e4035e0f3a8b1362eec3e86fdcb9ce
tree52f73e92cb85a57fd4e18259648ff361473731b2
parentd2226ebd5484afcf9f9b71b394ec1567a7730eb1
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