scsi: use host wide tags by default
[deliverable/linux.git] / drivers / infiniband / ulp / srp / ib_srp.c
index b481490ad25756f6de36cd718c0983be751c8e5c..96014dc4b6dd2b7d3ddd81e4fce18cf250dea699 100644 (file)
@@ -2750,7 +2750,6 @@ static struct scsi_host_template srp_template = {
        .cmd_per_lun                    = SRP_DEFAULT_CMD_SQ_SIZE,
        .use_clustering                 = ENABLE_CLUSTERING,
        .shost_attrs                    = srp_host_attrs,
-       .use_blk_tags                   = 1,
        .track_queue_depth              = 1,
 };
 
@@ -3181,10 +3180,6 @@ static ssize_t srp_create_target(struct device *dev,
        if (ret)
                goto out;
 
-       ret = scsi_init_shared_tag_map(target_host, target_host->can_queue);
-       if (ret)
-               goto out;
-
        target->req_ring_size = target->queue_size - SRP_TSK_MGMT_SQ_SIZE;
 
        if (!srp_conn_unique(target->srp_host, target)) {
This page took 0.047717 seconds and 5 git commands to generate.