Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[linux-2.6-microblaze.git] / drivers / scsi / scsi_bsg.c
index 081b84b..b7a4643 100644 (file)
@@ -60,7 +60,7 @@ static int scsi_bsg_sg_io_fn(struct request_queue *q, struct sg_io_v4 *hdr,
                goto out_free_cmd;
 
        bio = rq->bio;
-       blk_execute_rq(NULL, rq, !(hdr->flags & BSG_FLAG_Q_AT_TAIL));
+       blk_execute_rq(rq, !(hdr->flags & BSG_FLAG_Q_AT_TAIL));
 
        /*
         * fill in all the output members