Re: [PATCH] Remove Scsi_Host.uspace_req_q

2017-09-05 Thread Martin K. Petersen
Bart, > 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. Applied to 4.14/scsi-queue. Thanks! --

Re: [PATCH] Remove Scsi_Host.uspace_req_q

2017-09-01 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig

Re: [PATCH] Remove Scsi_Host.uspace_req_q

2017-09-01 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn -- Johannes Thumshirn Storage jthumsh...@suse.de+49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham

[PATCH] Remove Scsi_Host.uspace_req_q

2017-08-31 Thread Bart Van Assche
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")