Commit ff30153b authored by KOSAKI Motohiro's avatar KOSAKI Motohiro Committed by Linus Torvalds
Browse files

mm: make scan_all_zones_unevictable_pages() static



sparse output following warning.

	mm/vmscan.c:2549:6: warning: symbol 'scan_all_zones_unevictable_pages' was not declared. Should it be static?

cleanup here.

Signed-off-by: default avatarKOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>

Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent d38d2a75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2506,7 +2506,7 @@ void scan_zone_unevictable_pages(struct zone *zone)
 * that has possibly/probably made some previously unevictable pages
 * evictable.
 */
void scan_all_zones_unevictable_pages(void)
static void scan_all_zones_unevictable_pages(void)
{
	struct zone *zone;