Re: [PATCH 06/10] percpu: kill percpu_alloc() and friends

From: Rusty Russell
Date: Wed Feb 18 2009 - 19:17:32 EST


On Wednesday 18 February 2009 22:34:32 Tejun Heo wrote:
> Impact: kill unused functions
>
> percpu_alloc() and its friends never saw much action. It was supposed
> to replace the cpu-mask unaware __alloc_percpu() but it never happened
> and in fact __percpu_alloc_mask() itself never really grew proper
> up/down handling interface either (no exported interface for
> populate/depopulate).
>
> percpu allocation is about to go through major reimplementation and
> there's no reason to carry this unused interface around. Replace it
> with __alloc_percpu() and free_percpu().
>
> Signed-off-by: Tejun Heo <tj@xxxxxxxxxx>

Nice patch. FWIW, Acked-by: Rusty Russell <rusty@xxxxxxxxxxxxxxx>

(Oh, and your other mods were acked as well, for the record).

Thanks!
Rusty.
--
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/