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>
.use_clustering = ENABLE_CLUSTERING,
.emulated = 1,
.no_write_same = 1,
+ .use_blk_tags = 1,
};
static void __aac_shutdown(struct aac_dev * aac)