]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/scsi/fcoe/fcoe.c
scsi: avoid ->change_queue_depth indirection for queue full tracking
[karo-tx-linux.git] / drivers / scsi / fcoe / fcoe.c
index a3eeb6842499e7b92ebd6ba22110d4bad6feb9d9..97229860398f6dbfc45f3db5c1848bd51ecf6b00 100644 (file)
@@ -289,6 +289,7 @@ static struct scsi_host_template fcoe_shost_template = {
        .sg_tablesize = SG_ALL,
        .max_sectors = 0xffff,
        .use_blk_tags = 1,
+       .track_queue_depth = 1,
 };
 
 /**