Re: [PATCH #upstream-fixes 1/4] libata: fix EH action overwriting in ata_eh_reset()
From: Jeff Garzik <hidden>
Date: 2008-08-22 06:20:13
From: Jeff Garzik <hidden>
Date: 2008-08-22 06:20:13
Tejun Heo wrote:
ehc->i.action got accidentally overwritten to ATA_EH_HARD/SOFTRESET in ata_eh_reset(). The original intention was to clear reset action which wasn't selected. This can cause unexpected behavior when other EH actions are scheduled together with reset. Fix it. Signed-off-by: Tejun Heo <tj@kernel.org>
applied 1-4