Nick Piggin <[EMAIL PROTECTED]> wrote:
>
> Oh, attached should be a minimal fix if you would like to try it out.
> 
> 
> ...
> --- linux-2.6/mm/vmscan.c~vmscan-minfix       2005-02-04 11:52:37.000000000 
> +1100
> +++ linux-2.6-npiggin/mm/vmscan.c     2005-02-04 11:53:32.000000000 +1100
> @@ -575,6 +575,7 @@ static void shrink_cache(struct zone *zo
>                       nr_taken++;
>               }
>               zone->nr_inactive -= nr_taken;
> +             zone->pages_scanned += nr_scan;
>               spin_unlock_irq(&zone->lru_lock);
>  
>               if (nr_taken == 0)
> 

Any theories as to why these pages aren't being activated and aren't being
reclaimed?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to