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

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
...@@ -2506,7 +2506,7 @@ void scan_zone_unevictable_pages(struct zone *zone) ...@@ -2506,7 +2506,7 @@ void scan_zone_unevictable_pages(struct zone *zone)
* that has possibly/probably made some previously unevictable pages * that has possibly/probably made some previously unevictable pages
* evictable. * evictable.
*/ */
void scan_all_zones_unevictable_pages(void) static void scan_all_zones_unevictable_pages(void)
{ {
struct zone *zone; struct zone *zone;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment