From: Darrick J. Wong Date: Mon, 30 Oct 2006 23:18:50 +0000 (-0800) Subject: [SCSI] libsas: add sas_abort_task X-Git-Tag: v2.6.20-rc1~34^2~20^2~41^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79a5eb609b74e7b3638861c41b98eafa74920a1f;p=pandora-kernel.git [SCSI] libsas: add sas_abort_task This patch adds an external function, sas_abort_task, to enable LLDDs to abort sas_tasks. It also adds a work_struct so that the actual work of aborting a task can be shifted from tasklet context (in the LLDD) onto the scsi_host's workqueue. Signed-off-by: Darrick J. Wong Signed-off-by: James Bottomley --- Reading git-diff-tree failed