From: Luben Tuikov Date: Mon, 15 May 2006 11:57:18 +0000 (+0900) Subject: [PATCH] SCSI: Introduce scsi_req_abort_cmd (REPOST) X-Git-Tag: v2.6.18-rc1~1079^2~98^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89f48c4d67dd875cf2216d4402bf77eda41fbdd9;p=pandora-kernel.git [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 Signed-off-by: Tejun Heo --- Reading git-diff-tree failed