padata: Fix cpu hotplug
authorSteffen Klassert <steffen.klassert@secunet.com>
Wed, 28 Mar 2012 06:44:07 +0000 (08:44 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 29 Mar 2012 11:52:46 +0000 (19:52 +0800)
commit9612090527526a15832480c48b1f4b39e93e8a35
treed34a4459c33251ed9dbcb395eb41dce790b9b75e
parent13614e0fb1a8840c134be35c179ff23e23676304
padata: Fix cpu hotplug

We don't remove the cpu that went offline from our cpumasks
on cpu hotplug. This got lost somewhere along the line, so
restore it. This fixes a hang of the padata instance on cpu
hotplug.

Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
kernel/padata.c