scsi_eh_restore_cmnd

Langue: en

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

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

SYNOPSIS

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

ARGUMENTS

scmd

SCSI command structure to restore

ses

saved information from a coresponding call to scsi_prep_eh_cmnd

DESCRIPTION

Undo any damage done by above scsi_prep_eh_cmnd.

AUTHORS

James Bottomley <James.Bottomley@hansenpartnership.com>

Author.

Rob Landley <rob@landley.net>

Author.