cpumask: deprecate cpumask_next_wrap()
authorYury Norov <yury.norov@gmail.com>
Tue, 28 Jan 2025 16:46:34 +0000 (11:46 -0500)
committerYury Norov <yury.norov@gmail.com>
Mon, 24 Feb 2025 21:37:22 +0000 (16:37 -0500)
commitdc5bb9b769c9c3e471609a4e7444ab539c5f3f1f
tree8aabca3f1b0892a9574d6d2ee536113240f59d96
parent40ba13b430cb2202ce939a5cd7ff90b7d60aca7f
cpumask: deprecate cpumask_next_wrap()

The next patch aligns implementation of cpumask_next_wrap() with the
find_next_bit_wrap(), and it changes function signature.

To make the transition smooth, this patch deprecates current
implementation by adding an _old suffix. The following patches switch
current users to the new implementation one by one.

No functional changes were intended.

Signed-off-by: Yury Norov <yury.norov@gmail.com>
arch/s390/kernel/processor.c
drivers/pci/controller/pci-hyperv.c
drivers/scsi/lpfc/lpfc_init.c
include/linux/cpumask.h
kernel/padata.c
lib/cpumask.c