From: Tejun Heo Date: Fri, 4 Aug 2006 18:59:11 +0000 (+0900) Subject: [PATCH] libata: fix ata_port_detach() for old EH ports X-Git-Tag: v2.6.18-rc5~123^2~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3cf30a989efec8144225517e0b2f82c955e3966;p=pandora-kernel.git [PATCH] libata: fix ata_port_detach() for old EH ports ata_prot_detach() did nothing for old EH ports and thus SCSI hosts associated with those ports are left dangling after they are detached leaving stale devices and causing oops eventually. Make ata_port_detach() remove SCSI hosts for old EH ports. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed