[S390] cio: Remember to initialize recovery_lock.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
9a4c8546f3
commit
486d0a0079
|
@ -32,7 +32,7 @@
|
|||
#include "io_sch.h"
|
||||
|
||||
static struct timer_list recovery_timer;
|
||||
static spinlock_t recovery_lock;
|
||||
static DEFINE_SPINLOCK(recovery_lock);
|
||||
static int recovery_phase;
|
||||
static const unsigned long recovery_delay[] = { 3, 30, 300 };
|
||||
|
||||
|
|
Loading…
Reference in New Issue