You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[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:
committed by
James Bottomley
parent
29982e9acd
commit
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 */
|
||||
|
||||
Reference in New Issue
Block a user