Re: [PATCH 27/38] padata: Replace deprecated CPU-hotplug functions.

From: Daniel Jordan
Date: Wed Aug 04 2021 - 10:52:48 EST


On Tue, Aug 03, 2021 at 04:16:10PM +0200, Sebastian Andrzej Siewior wrote:
> The functions get_online_cpus() and put_online_cpus() have been
> deprecated during the CPU hotplug rework. They map directly to
> cpus_read_lock() and cpus_read_unlock().
>
> Replace deprecated CPU-hotplug functions with the official version.
> The behavior remains unchanged.
>
> Cc: Steffen Klassert <steffen.klassert@xxxxxxxxxxx>
> Cc: Daniel Jordan <daniel.m.jordan@xxxxxxxxxx>
> Cc: linux-crypto@xxxxxxxxxxxxxxx
> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>

Satisfying to see the old wrappers finally go away.

Acked-by: Daniel Jordan <daniel.m.jordan@xxxxxxxxxx>