sched: Prevent balance_push() on remote runqueues
[linux-2.6-microblaze.git] / block / bsg.c
index 33e3f82..1f19656 100644 (file)
@@ -154,7 +154,7 @@ static int bsg_sg_io(struct request_queue *q, fmode_t mode, void __user *uarg)
                return ret;
 
        rq = blk_get_request(q, hdr.dout_xfer_len ?
-                       REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0);
+                       REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0);
        if (IS_ERR(rq))
                return PTR_ERR(rq);