]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
commit5a20c16e712794914cab7d833d4cbc02cc4bef5c
tree84c4ca0a5eaa1ede8cbeaa4f69ef061994e8a946
parentcef258494a818e96db0e4ed40ddd2c52e6084846
aacraid: Update scsi_host_template to use tagged commands

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