hpsa: Convert SCSI LLD ->queuecommand() for host_lock less operation
authorNicholas Bellinger <nab@linux-iscsi.org>
Fri, 14 Nov 2014 23:27:19 +0000 (17:27 -0600)
committerChristoph Hellwig <hch@lst.de>
Thu, 20 Nov 2014 08:11:26 +0000 (09:11 +0100)
commit763aadbf5015e86e93d209f10e34fd4daacc459b
treefc19fb84300c638f8d875930efb7599c99f052cd
parent2f371c92c446a1ca2d1911c7479de4c78c4b3804
hpsa: Convert SCSI LLD ->queuecommand() for host_lock less operation

There isn't anything in hpsa that requires the host lock to be held
during queuecommand.

Signed-off-by: Don Brace <don.brace@pmcs.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Reviewed-by: Stephen M. Cameron <stephenmcameron@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/hpsa.c