On 2/22/22 06:04, Christoph Hellwig wrote:
Let submitters initialized the scmd->allowed field directly instead of
^^^^^^^^^^^ initialize?
indirecting through struct scsi_request and remove the now superflous structure.
There are two changes in this patch: - Initialize scmd->allowed directly instead of indirectly. - Remove the include/scsi/scsi_request.h header.You may want to split this patch into two patches - one patch per change. Anyway:
Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>