git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4166955
)
[PATCH] libata: add missing sht->slave_destroy
author
Tejun Heo
<htejun@gmail.com>
Wed, 29 Nov 2006 02:26:47 +0000
(11:26 +0900)
committer
Tejun Heo
<htejun@gmail.com>
Wed, 29 Nov 2006 05:57:58 +0000
(14:57 +0900)
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 <htejun@gmail.com>
No differences found