]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
aacraid: Update scsi_host_template to use tagged commands
authorDave Carroll <david.carroll@microsemi.com>
Fri, 16 Jun 2017 20:59:27 +0000 (14:59 -0600)
committerKirtikar Kashyap <kirtikar.kashyap@oracle.com>
Mon, 10 Jul 2017 22:21:03 +0000 (15:21 -0700)
Most of the non-multi-queue scsi drivers were updated to include
.use_blk_tags in the scsi_host_template, however the aacraid driver
was left out. This will cause the inbox driver to fail to
allocate a tagged fib.

Update the scsi_host_template to include .use_blk_tags

Orabug: 26291289

Signed-off-by: Dave Carroll <david.carroll@microsemi.com>
Signed-off-by: Kirtikar Kashyap <kirtikar.kashyap@oracle.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/aacraid/linit.c

index 32b799b6498ce55d94c7d6c23d901281a68e219e..998428a8df3b41e0d766c0f1b45ade90bd4e9905 100644 (file)
@@ -1064,6 +1064,7 @@ static struct scsi_host_template aac_driver_template = {
        .use_clustering                 = ENABLE_CLUSTERING,
        .emulated                       = 1,
        .no_write_same                  = 1,
+       .use_blk_tags                   = 1,
 };
 
 static void __aac_shutdown(struct aac_dev * aac)