]> git.ipfire.org Git - thirdparty/linux.git/commit
mm/page_alloc: use local variable zone_idx directly
authorMiaohe Lin <linmiaohe@huawei.com>
Fri, 16 Sep 2022 07:22:50 +0000 (15:22 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 3 Oct 2022 21:03:29 +0000 (14:03 -0700)
commitc035290424a9b7b64477752058b460d0ecc21987
treed3b881821994278eae95ebe185d1d11e7c971ffd
parentb36184553d41c59e6712f9d4699aca24577fbd4a
mm/page_alloc: use local variable zone_idx directly

Use local variable zone_idx directly since it holds the exact value of
zone_idx().  No functional change intended.

Link: https://lkml.kernel.org/r/20220916072257.9639-10-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
Reviewed-by: Oscar Salvador <osalvador@suse.de>
Cc: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/page_alloc.c