From: Dan Williams Date: Thu, 19 Jan 2012 04:47:01 +0000 (-0800) Subject: [SCSI] libsas: async ata scanning X-Git-Tag: v3.4-rc1~145^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9508a66f898d46e726a318469312b45e0b1d078b;p=pandora-kernel.git [SCSI] libsas: async ata scanning libsas ata error handling is already async but this does not help the scan case. Move initial link recovery out from under host->scan_mutex, and delay synchronization with eh until after all port probe/recovery work has been queued. Device ordering is maintained with scan order by still calling sas_rphy_add() in order of domain discovery. Since we now scan the domain list when invoking libata-eh we need to be careful to check for fully initialized ata ports. Acked-by: Jack Wang Acked-by: Jeff Garzik Signed-off-by: Dan Williams Signed-off-by: James Bottomley --- Reading git-diff-tree failed