[PATCH] SCSI: Introduce scsi_req_abort_cmd (REPOST)
authorLuben Tuikov <ltuikov@yahoo.com>
Mon, 15 May 2006 11:57:18 +0000 (20:57 +0900)
committerTejun Heo <htejun@gmail.com>
Mon, 15 May 2006 11:57:18 +0000 (20:57 +0900)
commit89f48c4d67dd875cf2216d4402bf77eda41fbdd9
tree72f8664d7029f0190557b1b9f437b35e047cfd95
parentacc696d93dcf993dec123d69d599979e1456ffec
[PATCH] SCSI: Introduce scsi_req_abort_cmd (REPOST)

Introduce scsi_req_abort_cmd(struct scsi_cmnd *).
This function requests that SCSI Core start recovery for the
command by deleting the timer and adding the command to the eh
queue.  It can be called by either LLDDs or SCSI Core.  LLDDs who
implement their own error recovery MAY ignore the timeout event if
they generated scsi_req_abort_cmd.

First post:
http://marc.theaimsgroup.com/?l=linux-scsi&m=113833937421677&w=2

Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
Signed-off-by: Tejun Heo <htejun@gmail.com>
drivers/scsi/scsi.c
include/scsi/scsi_cmnd.h