Re: [RFC][PATCH 6/7] freelist: Lock less freelist

From: peterz
Date: Thu Aug 27 2020 - 12:38:17 EST


On Thu, Aug 27, 2020 at 06:12:43PM +0200, Peter Zijlstra wrote:
> +struct freelist_node {
> + atomic_t refs;
> + struct freelist_node *next;
> +};

Bah, the next patch relies on this structure to be ordered the other
way around.

Clearly writing code and listening to talks isn't ideal :-)