commit | 79a5eb609b74e7b3638861c41b98eafa74920a1f | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@us.ibm.com> | Mon Oct 30 15:18:50 2006 -0800 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Wed Nov 15 12:27:50 2006 -0600 |
tree | 741a6fc22589b991d05ceaa755cc05577efe08b2 | |
parent | f456393e195e0aa16029985f63cd93b601a0d315 [diff] |
[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 <djwong@us.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>