block: remove the queue_lock indirection
[linux-block.git] / drivers / block / pktcdvd.c
index 9381f4e3b2219f7c455281a88c79faa93a4402a4..4adf4c8861cd7f2b31088e48ff2f69500eb11e35 100644 (file)
@@ -2203,9 +2203,9 @@ static int pkt_open_dev(struct pktcdvd_device *pd, fmode_t write)
                 * Some CDRW drives can not handle writes larger than one packet,
                 * even if the size is a multiple of the packet size.
                 */
-               spin_lock_irq(q->queue_lock);
+               spin_lock_irq(&q->queue_lock);
                blk_queue_max_hw_sectors(q, pd->settings.size);
-               spin_unlock_irq(q->queue_lock);
+               spin_unlock_irq(&q->queue_lock);
                set_bit(PACKET_WRITABLE, &pd->flags);
        } else {
                pkt_set_speed(pd, MAX_SPEED, MAX_SPEED);