Re: Notifier for Externally Mapped Memory (EMM) V1

From: Andrea Arcangeli
Date: Fri Mar 07 2008 - 14:13:26 EST


On Wed, Mar 05, 2008 at 04:22:11PM -0800, Christoph Lameter wrote:
> + if (e->callback) {
> + x = e->callback(e, mm, op, start, end);
> + if (x)
> + return x;
[..]
> +
> + if (emm_notify(mm, emm_referenced, address, address + PAGE_SIZE))
> + referenced++;

This has still the same aging bug as in the RFC version.
--
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/