![]() | |||||||||||
Messages in this thread |
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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||
| Last update: 2005-03-22 14:07 [from the cache] ©2003-2008 | |||||||||||