commit | 83c47bcb3c533180a6dda78152334de50065358a | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Wed May 31 18:28:07 2006 +0900 |
committer | Tejun Heo <htejun@gmail.com> | Wed May 31 18:28:07 2006 +0900 |
tree | 4bc9ac04f8c3797e49284e0b96e2d654769254ff | |
parent | 580b2102327ab8444af5bde4e70b50d268a1d558 [diff] |
[PATCH] libata-hp: implement warmplug Implement warmplug. User-initiated unplug can be detected by hostt->slave_destroy() and plug by transportt->user_scan(). This patch only implements the two callbacks. The next function will hook them. Signed-off-by: Tejun Heo <htejun@gmail.com>