1. NAME

scsi_eh_restore_cmnd - Restore a scsi command info as part of error recovery

2. SYNOPSIS

void scsi_eh_restore_cmnd(struct scsi_cmnd *  scmd , struct scsi_eh_save *  ses );

3. ARGUMENTS

scmd
    SCSI command structure to restore

ses
    saved information from a coresponding call to scsi_eh_prep_cmnd

4. DESCRIPTION

Undo any damage done by above scsi_eh_prep_cmnd.

5. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

6. COPYRIGHT