From: Dan Williams Date: Fri, 9 Dec 2011 07:20:44 +0000 (-0800) Subject: [SCSI] isci: stop interpreting ->lldd_lu_reset() as an ata soft-reset X-Git-Tag: v3.4-rc1~145^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43a5ab151f0268459c4368292c2ddb2266b8f243;p=pandora-kernel.git [SCSI] isci: stop interpreting ->lldd_lu_reset() as an ata soft-reset Driving resets from libsas-eh is pre-mature as libata will make a decision about performing a softreset. Currently libata determines whether to perform a softreset based on ata_eh_followup_srst_needed(), and none of those conditions apply to isci. Remove the srst implementation and translate ->lldd_lu_reset() for ata devices as a request to drive a reset via libata-eh. Signed-off-by: Dan Williams Signed-off-by: James Bottomley --- Reading git-diff-tree failed