s390/zcrypt: ap bus rescan problem when toggle crypto adapters on/off
authorIngo Tuchscherer <ingo.tuchscherer@de.ibm.com>
Fri, 12 Apr 2013 15:52:08 +0000 (17:52 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 2 May 2013 15:10:20 +0000 (17:10 +0200)
The bus rescan process was called simultaneously on
every device failure. This finally leads into race
conditions (double device add/remove actions).

This patch protects the rescan area by mutual exclusion
and improves ap_config_timer handling

Signed-off-by: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

No differences found