Loading drivers/ide/ide-io.c +1 −2 Original line number Diff line number Diff line Loading @@ -570,7 +570,6 @@ void ide_requeue_and_plug(ide_drive_t *drive, struct request *rq) spin_unlock_irqrestore(q->queue_lock, flags); /* Use 3ms as that was the old plug delay */ if (rq) blk_delay_queue(q, 3); } Loading Loading
drivers/ide/ide-io.c +1 −2 Original line number Diff line number Diff line Loading @@ -570,7 +570,6 @@ void ide_requeue_and_plug(ide_drive_t *drive, struct request *rq) spin_unlock_irqrestore(q->queue_lock, flags); /* Use 3ms as that was the old plug delay */ if (rq) blk_delay_queue(q, 3); } Loading