Re: Mem issues in 2.6.9 (ever since 2.6.9-rc3) and possible cause
From: Chris Ross
Date: Sat Oct 30 2004 - 04:33:59 EST
Hiroyuki KAMEZAWA escreveu:
zone->free_area[order]->nr_free is corrupted, this patch fix it.
It looks there is no area->nr_free++ code during freeing pages, now.
It's corrupt because area is out of scope at that point - it's declared
within the for loop above.
Should I move your fix into the loop or move the declaration of area to
function scope?
Regards,
Chris R.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/