block: sanitize blk_get_request calling conventions
[linux-block.git] / drivers / cdrom / cdrom.c
index bfc566d3f31a40cf5b89d9284b2538644af68dee..9adc8c3eb0fa7affa56f8e9ade8bd2e62f8025a7 100644 (file)
@@ -2192,7 +2192,7 @@ static int cdrom_read_cdda_bpc(struct cdrom_device_info *cdi, __u8 __user *ubuf,
 
                len = nr * CD_FRAMESIZE_RAW;
 
-               rq = blk_get_request(q, REQ_OP_SCSI_IN, GFP_KERNEL);
+               rq = blk_get_request(q, REQ_OP_SCSI_IN, 0);
                if (IS_ERR(rq)) {
                        ret = PTR_ERR(rq);
                        break;