[SCSI] libfc: Remove usage of the Scsi_Host's host_lock
authorRobert Love <robert.w.love@intel.com>
Sat, 29 Jan 2011 00:04:29 +0000 (16:04 -0800)
committerJames Bottomley <James.Bottomley@suse.de>
Sat, 12 Feb 2011 17:02:25 +0000 (11:02 -0600)
commit04885b16a1ec86b4670702b99a81805e66bf9f30
tree136525d2615f044bd1a362790529c4ac2b45cdd5
parent925cedae2b223d44d59a02df1b35902fc8bdd6d2
[SCSI] libfc: Remove usage of the Scsi_Host's host_lock

This patch removes the use of the Scsi_Host's host_lock
within fc_queuecommand. It also removes the DEF_SCSI_QCMD
usage so that libfc has fully moved on to the new
queuecommand interface.

Signed-off-by: Robert Love <robert.w.love@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Reviewed-by: Nicholas A. Bellinger <nab@linux-iscsi.org>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/libfc/fc_fcp.c