diff options
Diffstat (limited to 'mm/vmscan.c')
-rw-r--r-- | mm/vmscan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c index e9813b06c7a3..63eb9ab0032b 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c | |||
@@ -1369,8 +1369,8 @@ void wakeup_kswapd(struct zone *zone, int order) | |||
1369 | * | 1369 | * |
1370 | * For pass > 3 we also try to shrink the LRU lists that contain a few pages | 1370 | * For pass > 3 we also try to shrink the LRU lists that contain a few pages |
1371 | */ | 1371 | */ |
1372 | static unsigned long shrink_all_zones(unsigned long nr_pages, int pass, | 1372 | static unsigned long shrink_all_zones(unsigned long nr_pages, int prio, |
1373 | int prio, struct scan_control *sc) | 1373 | int pass, struct scan_control *sc) |
1374 | { | 1374 | { |
1375 | struct zone *zone; | 1375 | struct zone *zone; |
1376 | unsigned long nr_to_scan, ret = 0; | 1376 | unsigned long nr_to_scan, ret = 0; |