Re: [PATCH 27/38] padata: Replace deprecated CPU-hotplug functions.
From: Daniel Jordan <daniel.m.jordan@oracle.com>
Date: 2021-08-04 14:52:48
Also in:
lkml
From: Daniel Jordan <daniel.m.jordan@oracle.com>
Date: 2021-08-04 14:52:48
Also in:
lkml
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@secunet.com> Cc: Daniel Jordan <daniel.m.jordan@oracle.com> Cc: linux-crypto@vger.kernel.org Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Satisfying to see the old wrappers finally go away. Acked-by: Daniel Jordan <daniel.m.jordan@oracle.com>