scsi: avoid ->change_queue_depth indirection for queue full tracking
[linux-block.git] / drivers / scsi / cxgbi / cxgb3i / cxgb3i.c
index 49692a1ac44a59cc6a46d6a75bd2a25eca2b355c..99ea67dcdd2ae76f48b8162f64209b59a71eea0e 100644 (file)
@@ -96,6 +96,7 @@ static struct scsi_host_template cxgb3i_host_template = {
        .target_alloc   = iscsi_target_alloc,
        .use_clustering = DISABLE_CLUSTERING,
        .this_id        = -1,
+       .track_queue_depth = 1,
 };
 
 static struct iscsi_transport cxgb3i_iscsi_transport = {