]> git.baikalelectronics.ru Git - kernel.git/commit
padata: remove effective cpumasks from the instance
authorDaniel Jordan <daniel.m.jordan@oracle.com>
Tue, 14 Jul 2020 20:13:54 +0000 (16:13 -0400)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 23 Jul 2020 07:34:18 +0000 (17:34 +1000)
commit4f115405713f41052b4ad534e60d5078fa13e7fb
treea803e1c223e55d62c36718e636e46e0226f52b75
parent10a312d71eeb46ce7476487459bd76a3cab1f258
padata: remove effective cpumasks from the instance

A padata instance has effective cpumasks that store the user-supplied
masks ANDed with the online mask, but this middleman is unnecessary.
parallel_data keeps the same information around.  Removing this saves
text and code churn in future changes.

Signed-off-by: Daniel Jordan <daniel.m.jordan@oracle.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Steffen Klassert <steffen.klassert@secunet.com>
Cc: linux-crypto@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/linux/padata.h
kernel/padata.c