]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4c415a422aff1989735823f91dc8917af2319229
treed76d67674224b47b7627157d1e6b77c47fff73fb
parent9fa22b13650bd9da631cce7cd8edfa9979f68899
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 8ae49baba18e ("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