diff options
author | 2025-01-28 11:46:37 -0500 | |
---|---|---|
committer | 2025-02-24 16:37:23 -0500 | |
commit | f954a2d37637b09aed55a4bae769720788633a20 (patch) | |
tree | e314261b35b8304743757b1a74a38b7e6f7d9e65 /rust/helpers/helpers.c | |
parent | cpumask: use cpumask_next_wrap() where appropriate (diff) | |
download | wireguard-linux-f954a2d37637b09aed55a4bae769720788633a20.tar.xz wireguard-linux-f954a2d37637b09aed55a4bae769720788633a20.zip |
padata: switch padata_find_next() to using cpumask_next_wrap()
Calling cpumask_next_wrap_old() with starting CPU == -1 effectively means
the request to find next CPU, wrapping around if needed.
cpumask_next_wrap() is the proper replacement for that.
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: Daniel Jordan <daniel.m.jordan@oracle.com>
Signed-off-by: Yury Norov <yury.norov@gmail.com>
Diffstat (limited to 'rust/helpers/helpers.c')
0 files changed, 0 insertions, 0 deletions