aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/vmscan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c
index 062767d159da..1ef5a2eeb298 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -2464,7 +2464,7 @@ void scan_mapping_unevictable_pages(struct address_space *mapping)
2464 * back onto @zone's unevictable list. 2464 * back onto @zone's unevictable list.
2465 */ 2465 */
2466#define SCAN_UNEVICTABLE_BATCH_SIZE 16UL /* arbitrary lock hold batch size */ 2466#define SCAN_UNEVICTABLE_BATCH_SIZE 16UL /* arbitrary lock hold batch size */
2467void scan_zone_unevictable_pages(struct zone *zone) 2467static void scan_zone_unevictable_pages(struct zone *zone)
2468{ 2468{
2469 struct list_head *l_unevictable = &zone->lru[LRU_UNEVICTABLE].list; 2469 struct list_head *l_unevictable = &zone->lru[LRU_UNEVICTABLE].list;
2470 unsigned long scan; 2470 unsigned long scan;