]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] libata: fix ehc->i.action setting in ata_eh_autopsy()
authorTejun Heo <htejun@gmail.com>
Sun, 2 Jul 2006 17:54:58 +0000 (02:54 +0900)
committerJeff Garzik <jeff@garzik.org>
Thu, 6 Jul 2006 01:51:42 +0000 (21:51 -0400)
commit0662c58b3265f52f708a6d59476bc7862b01f9c0
tree2be67b2206da998fe51b40946d351c99cc888f9c
parentb51e9e5db0e36239f786692f1cac6e435ed30c66
[PATCH] libata: fix ehc->i.action setting in ata_eh_autopsy()

ata_eh_autopsy() used to directly assign determined action mask to
ehc->i.action thus overriding actions set by some of nested analyze
functions.  This patch makes ata_eh_autopsy() add action masks just as
it's done in other places.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/scsi/libata-eh.c