diff options
Diffstat (limited to 'mm/vmscan.c')
-rw-r--r-- | mm/vmscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c index b55699cd9067..9fdfce7ba403 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c | |||
@@ -1416,7 +1416,7 @@ static inline bool should_reclaim_stall(unsigned long nr_taken, | |||
1416 | if (sc->reclaim_mode & RECLAIM_MODE_SINGLE) | 1416 | if (sc->reclaim_mode & RECLAIM_MODE_SINGLE) |
1417 | return false; | 1417 | return false; |
1418 | 1418 | ||
1419 | /* If we have relaimed everything on the isolated list, no stall */ | 1419 | /* If we have reclaimed everything on the isolated list, no stall */ |
1420 | if (nr_freed == nr_taken) | 1420 | if (nr_freed == nr_taken) |
1421 | return false; | 1421 | return false; |
1422 | 1422 | ||