X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=mm%2Fvmscan.c;h=9fdfce7ba4039a19026d39db3bae3c6f0bd18f97;hb=e33bae14fd8da449d735552d78e6dd33ece0458c;hp=b55699cd9067c31721866bb3ef4c1660a1177f06;hpb=92bb062fe36132a04c6dc8b3c51c945730b05224;p=karo-tx-linux.git 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, if (sc->reclaim_mode & RECLAIM_MODE_SINGLE) return false; - /* If we have relaimed everything on the isolated list, no stall */ + /* If we have reclaimed everything on the isolated list, no stall */ if (nr_freed == nr_taken) return false;