block: Consolidate phys_segment and hw_segment limits
[sfrench/cifs-2.6.git] / drivers / cdrom / viocd.c
index b1dfd23eb8328f3cda37ff1343f445c80f52c41f..cc435be0bc136840153e91bbb0ef4cbae0bf54d9 100644 (file)
@@ -616,8 +616,7 @@ static int viocd_probe(struct vio_dev *vdev, const struct vio_device_id *id)
        gendisk->first_minor = deviceno;
        strncpy(gendisk->disk_name, c->name,
                        sizeof(gendisk->disk_name));
-       blk_queue_max_hw_segments(q, 1);
-       blk_queue_max_phys_segments(q, 1);
+       blk_queue_max_segments(q, 1);
        blk_queue_max_hw_sectors(q, 4096 / 512);
        gendisk->queue = q;
        gendisk->fops = &viocd_fops;