Searched hist:"79 a55b72a1996f77e9d23c7a5282e5839d45beb3" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | libata-eh.c | diff 79a55b72a1996f77e9d23c7a5282e5839d45beb3 Thu Jan 18 02:22:18 CST 2007 Tejun Heo <htejun@gmail.com> libata: fix handling of port actions in per-dev action mask
libata EH ignores port-wide actions in per-dev action mask. However, device resume requests EH_SOFTRESET using per-dev action mask. Under certain circumstances, this results in not resetting frozen port after resuming which causes failure of all commands.
This patch allows port-wide actions to be requested in per-dev action mask. Before EH recovery starts, port-wide actions will be collected.
Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
|