From: Tejun Heo Date: Wed, 29 Nov 2006 02:26:47 +0000 (+0900) Subject: [PATCH] libata: add missing sht->slave_destroy X-Git-Tag: v2.6.20-rc1~34^2~40^2~468^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afdfe899e6420eac6c5eb3bc8c89456dff38d40e;p=pandora-kernel.git [PATCH] libata: add missing sht->slave_destroy Many LLDs are missing sht->slave_destroy. The method is mandatory to support device warm unplugging (echo 1 > /sys/.../delete). Without it, libata might access released scsi device. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed