Revert timeout part of r307507.

I misread 5 minutes as 5 seconds.  Timeout of 5 minutes may have sense.

MFC after:	2 weeks
This commit is contained in:
mav 2016-10-17 09:16:44 +00:00
parent 5beb5b768d
commit 1bafba0512

View File

@ -1488,7 +1488,7 @@ daclose(struct disk *dp)
scsi_synchronize_cache(&ccb->csio, /*retries*/1,
/*cbfcnp*/dadone, MSG_SIMPLE_Q_TAG,
/*begin_lba*/0, /*lb_count*/0, SSD_FULL_SIZE,
da_default_timeout * 1000);
5 * 60 * 1000);
error = cam_periph_runccb(ccb, daerror, /*cam_flags*/0,
/*sense_flags*/SF_RETRY_UA | SF_QUIET_IR,
softc->disk->d_devstat);