Re: [PATCH v2 1/2] scsi: fix race between simultaneous decrements of ->host_failed
From: Wei Fang <hidden>
Date: 2016-06-01 01:20:38
Also in:
linux-scsi
From: Wei Fang <hidden>
Date: 2016-06-01 01:20:38
Also in:
linux-scsi
Hi, Tejun, On 2016/5/31 22:33, Tejun Heo wrote:
On Tue, May 31, 2016 at 04:38:17PM +0800, Wei Fang wrote:quoted
sas_ata_strategy_handler() adds the works of the ata error handler to system_unbound_wq. This workqueue asynchronously runs work items,Are there more than one error handling work items per host?
The ata error handler here means async_sas_ata_eh(), every port will execute it's own async_sas_ata_eh() in sas_ata_strategy_handler(). Thanks, Wei
Thanks.