]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/block/cciss.c
block: remove per-queue plugging
[mirror_ubuntu-artful-kernel.git] / drivers / block / cciss.c
index 9279272b3732719c9b660e6abc6146dd6dfee960..35658f445fca4a494071438ad0f4788bab936231 100644 (file)
@@ -3170,12 +3170,6 @@ static void do_cciss_request(struct request_queue *q)
        int sg_index = 0;
        int chained = 0;
 
-       /* We call start_io here in case there is a command waiting on the
-        * queue that has not been sent.
-        */
-       if (blk_queue_plugged(q))
-               goto startio;
-
       queue:
        creq = blk_peek_request(q);
        if (!creq)