[PATCH] libata: fix ata_port_detach() for old EH ports
authorTejun Heo <htejun@gmail.com>
Fri, 4 Aug 2006 18:59:11 +0000 (03:59 +0900)
committerTejun Heo <htejun@gmail.com>
Fri, 4 Aug 2006 18:59:11 +0000 (03:59 +0900)
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 <htejun@gmail.com>

No differences found