commit | c6cf9e99d1de5ca6a08fb639bb73031ffe50d802 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Wed May 31 18:27:27 2006 +0900 |
committer | Tejun Heo <htejun@gmail.com> | Wed May 31 18:27:27 2006 +0900 |
tree | 555a47d45b5b80ef14ff53ccb4c6d1439460e251 | |
parent | 7395acb2c840fd4d0cacc91d6fb71440057141ab [diff] |
[PATCH] libata: implement ata_eh_wait() Implement ata_eh_wait(). On return from this function, it's guaranteed that the EH which was pending or in progress when the function was called is complete - including the tailing part of SCSI EH. This will be used by hotplug and others to synchronize with EH. Signed-off-by: Tejun Heo <htejun@gmail.com>