[PATCH 36/39] iscsi_tcp: use blk_mq

From: Christoph Hellwig
Date: Mon Mar 17 2014 - 09:36:43 EST


Signed-off-by: Christoph Hellwig <hch@xxxxxx>
---
drivers/scsi/iscsi_tcp.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/scsi/iscsi_tcp.c b/drivers/scsi/iscsi_tcp.c
index add6d15..44aae3d 100644
--- a/drivers/scsi/iscsi_tcp.c
+++ b/drivers/scsi/iscsi_tcp.c
@@ -957,6 +957,7 @@ static struct scsi_host_template iscsi_sw_tcp_sht = {
.target_alloc = iscsi_target_alloc,
.proc_name = "iscsi_tcp",
.this_id = -1,
+ .use_blk_mq = true,
};

static struct iscsi_transport iscsi_sw_tcp_transport = {
--
1.7.10.4


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/