Query: scsi_eh_finish_cmd
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SCSI_EH_FINISH_CMD(9) SCSI mid layer SCSI_EH_FINISH_CMD(9)NAMEscsi_eh_finish_cmd - Handle a cmd that eh is finished with.SYNOPSISvoid scsi_eh_finish_cmd(struct scsi_cmnd * scmd, struct list_head * done_q);ARGUMENTSscmd Original SCSI cmd that eh has finished. done_q Queue for processed commands.NOTESWe don't want to use the normal command completion while we are are still handling errors - it may cause other commands to be queued, and that would disturb what we are doing. Thus we really want to keep a list of pending commands for final completion, and once we are ready to leave error handling we handle completion for real.AUTHORSJames Bottomley <James.Bottomley@hansenpartnership.com> Author. Rob Landley <rob@landley.net> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SCSI_EH_FINISH_CMD(9)
Related Man Pages |
---|
fc_remote_port_add(9) - centos |
srp_reconnect_rport(9) - centos |
ata_scsi_translate(9) - suse |
fc_remote_port_delete(9) - suse |
scsi_cname(9f) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
Change directory error |
Getting command output to putty window title. |
SOCKS proxy & PAM configuration exposure |
The Future of the PM (Private Message) System at UNIX.com |
Shopt -s histappend |