1SCSI_EH_RESTORE_CMND(9) SCSI mid layer SCSI_EH_RESTORE_CMND(9)
2
3
4
6 scsi_eh_restore_cmnd - Restore a scsi command info as part of error
7 recory
8
10 void scsi_eh_restore_cmnd(struct scsi_cmnd * scmd,
11 struct scsi_eh_save * ses);
12
14 scmd
15 SCSI command structure to restore
16
17 ses
18 saved information from a coresponding call to scsi_eh_prep_cmnd
19
21 Undo any damage done by above scsi_eh_prep_cmnd.
22
24 James Bottomley <James.Bottomley@hansenpartnership.com>
25 Author.
26
27 Rob Landley <rob@landley.net>
28 Author.
29
31Kernel Hackers Manual 2.6. June 2019 SCSI_EH_RESTORE_CMND(9)