mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 00:24:12 +08:00
libata clear horkage on ata_dev_init()
dev->horkage should be cleared over device hotunplug/plug. Clear it in ata_dev_init(). Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
b311ec4ae8
commit
3dcc323fe8
@ -6035,6 +6035,7 @@ void ata_dev_init(struct ata_device *dev)
|
||||
*/
|
||||
spin_lock_irqsave(ap->lock, flags);
|
||||
dev->flags &= ~ATA_DFLAG_INIT_MASK;
|
||||
dev->horkage = 0;
|
||||
spin_unlock_irqrestore(ap->lock, flags);
|
||||
|
||||
memset((void *)dev + ATA_DEVICE_CLEAR_OFFSET, 0,
|
||||
|
Loading…
Reference in New Issue
Block a user