.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "SCSI_DECIDE_DISPOSITION" "" "06 October 2005" "" ""
.SH NAME
scsi_decide_disposition \- Disposition a cmd on return from LLD.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int scsi_decide_disposition (struct scsi_cmnd * \fIscmd\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIscmd\fB\fR
SCSI cmd to examine.
.SH "NOTES"
.PP
This is *only* called when we are examining the status after sending
out the actual data command. any commands that are queued for error
recovery (e.g. test_unit_ready) do *not* come through here.
.PP
When this routine returns failed, it means the error handler thread
is woken. In cases where the error code indicates an error that
doesn't require the error handler read (i.e. we don't need to
abort/reset), this function should return SUCCESS.