'\" t .\" Title: scsi_eh_restore_cmnd .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: July 2017 .\" Manual: SCSI mid layer .\" Source: Kernel Hackers Manual 4.11.6 .\" Language: English .\" .TH "SCSI_EH_RESTORE_CMND" "9" "July 2017" "Kernel Hackers Manual 4\&.11\&" "SCSI mid layer" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" scsi_eh_restore_cmnd \- Restore a scsi command info as part of error recovery .SH "SYNOPSIS" .HP \w'void\ scsi_eh_restore_cmnd('u .BI "void scsi_eh_restore_cmnd(struct\ scsi_cmnd\ *\ " "scmd" ", struct\ scsi_eh_save\ *\ " "ses" ");" .SH "ARGUMENTS" .PP \fIstruct scsi_cmnd * scmd\fR .RS 4 SCSI command structure to restore .RE .PP \fIstruct scsi_eh_save * ses\fR .RS 4 saved information from a coresponding call to scsi_eh_prep_cmnd .RE .SH "DESCRIPTION" .PP Undo any damage done by above \fBscsi_eh_prep_cmnd\fR\&. .SH "AUTHORS" .PP \fBJames Bottomley\fR <\&James.Bottomley@hansenpartnership.com\&> .RS 4 Author. .RE .PP \fBRob Landley\fR <\&rob@landley.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br