Re: Mem issues in 2.6.9 (ever since 2.6.9-rc3) and possible cause

From: Andrew Morton
Date: Mon Oct 25 2004 - 19:06:35 EST


Rik van Riel <riel@xxxxxxxxxx> wrote:
>
> - if (referenced && page_mapping_inuse(page))
> + if (referenced && sc->priority && page_mapping_inuse(page))

Makes heaps of sense, but I'd like to exactly understand why people are
getting oomings before doing something like this. I think we're still
waiting for a testcase?
-
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/