Re: [PATCH -next] mm/page_alloc: Mark some symbols with static keyword

2020-11-27 Thread Vlastimil Babka
On 11/16/20 10:02 AM, Zou Wei wrote: Fix the following sparse warnings: mm/page_alloc.c:3040:6: warning: symbol '__drain_all_pages' was not declared. Should it be static? mm/page_alloc.c:6349:6: warning: symbol '__zone_set_pageset_high_and_batch' was not declared. Should it be static?

[PATCH -next] mm/page_alloc: Mark some symbols with static keyword

2020-11-16 Thread Zou Wei
Fix the following sparse warnings: mm/page_alloc.c:3040:6: warning: symbol '__drain_all_pages' was not declared. Should it be static? mm/page_alloc.c:6349:6: warning: symbol '__zone_set_pageset_high_and_batch' was not declared. Should it be static? Signed-off-by: Zou Wei --- mm/page_alloc.c