[SCSI] ESP: Don't forget to clear ESP_FLAG_RESETTING.
esp_reset_cleanup() does everything necessary except clear the flag, so we never exit resetting state. Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
Родитель
29982e9acd
Коммит
204abf2867
|
@ -2033,6 +2033,7 @@ static void esp_reset_cleanup(struct esp *esp)
|
|||
starget_for_each_device(tp->starget, NULL,
|
||||
esp_clear_hold);
|
||||
}
|
||||
esp->flags &= ~ESP_FLAG_RESETTING;
|
||||
}
|
||||
|
||||
/* Runs under host->lock */
|
||||
|
|
Загрузка…
Ссылка в новой задаче