commit | 0ea035a3d1ad948096e205f08f350c03d5cea453 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Wed May 31 18:28:01 2006 +0900 |
committer | Tejun Heo <htejun@gmail.com> | Wed May 31 18:28:01 2006 +0900 |
tree | fd003f929ab079f0852e3709436ca30a18265a39 | |
parent | e8e008e7b5ed8c65675cc9b3e778b8bb909f65ab [diff] |
[PATCH] libata-hp: implement ata_eh_detach_dev() Implement ata_eh_detach_dev(). This function is responsible for detaching an ATA device and offlining the associated SCSI device atomically so that the detached device is not accessed after ATA detach is complete. Signed-off-by: Tejun Heo <htejun@gmail.com>