Re: [PATCH 1/5] Swap Migration V4: LRU operations

From: Peter Zijlstra
Date: Wed Oct 26 2005 - 04:33:43 EST


On Tue, 2005-10-25 at 12:30 -0700, Christoph Lameter wrote:

> + if (rc == -1) { /* Not possible to isolate */
> + list_del(&page->lru);
> + list_add(&page->lru, src);
> }

Would the usage of list_move() not be simpler?

Peter Zijlstra

-
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/