From: Dan Williams Date: Tue, 29 Nov 2011 22:54:28 +0000 (-0800) Subject: [SCSI] libsas: defer SAS_TASK_NEED_DEV_RESET commands to libata X-Git-Tag: v3.4-rc1~145^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a2cdf391b62919d3d2862cdce3d70b9a7a99673;p=pandora-kernel.git [SCSI] libsas: defer SAS_TASK_NEED_DEV_RESET commands to libata lldds use the SAS_TASK_NEED_DEV_RESET interface to request that eh perform a reset. In the sata device case defer the commands that triggered the reset to libata-eh context so it can perform its pre and post reset management. In the sas_ata_post_internal() case the reset request is falling on deaf ears as the sas_task is immediately destroyed without any reset action. Since it is currently a nop, and likely superfluous given the conversion to new-style libata-eh, just drop the request. Signed-off-by: Dan Williams Signed-off-by: James Bottomley --- Reading git-diff-tree failed