scsi: Remove Scsi_Host.uspace_req_q
authorBart Van Assche <bart.vanassche@wdc.com>
Thu, 31 Aug 2017 23:59:06 +0000 (16:59 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 5 Sep 2017 12:18:42 +0000 (08:18 -0400)
commit7760e223507b5218d0674b5e2e8dc29fea079a89
treed76d67674224b47b7627157d1e6b77c47fff73fb
parenta45a1f3614182267803baadba657b59e2ddc0545
scsi: Remove Scsi_Host.uspace_req_q

A patch I wrote myself several years ago removed SCSI target support
from the code under drivers/scsi. That patch removed the code that sets
uspace_req_q to a non-NULL value. Hence also remove the code that
depends on uspace_req_q != NULL.

References: commit 066465251303 ("tgt: removal")
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Hannes Reinecke <hare@suse.de>
Cc: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/hosts.c
include/scsi/scsi_host.h