Re: [PATCH 02/19] block: Introduce queue flag QUEUE_FLAG_SCSI_PDU

2017-05-26 Thread Christoph Hellwig
On Thu, May 25, 2017 at 11:43:10AM -0700, Bart Van Assche wrote: > >From the context where a SCSI command is submitted it is not always > possible to figure out whether or not the queue the command is > submitted to has struct scsi_request as the first member of its > private data. Hence introduce

[PATCH 02/19] block: Introduce queue flag QUEUE_FLAG_SCSI_PDU

2017-05-25 Thread Bart Van Assche
>From the context where a SCSI command is submitted it is not always possible to figure out whether or not the queue the command is submitted to has struct scsi_request as the first member of its private data. Hence introduce the flag QUEUE_FLAG_SCSI_PDU. Signed-off-by: Bart Van Assche