Re: [PATCH 02/18] bsg: Check private request size before attaching to a queue
From: Christoph Hellwig <hch@lst.de>
Date: 2017-05-21 06:32:39
Also in:
linux-scsi
From: Christoph Hellwig <hch@lst.de>
Date: 2017-05-21 06:32:39
Also in:
linux-scsi
Hi Bart, I think this is the wrong kind of check - while we do care about the size of the queue, we only do it as a side effect of the queue being able to handle REQ_OP_SCSI_IN/REQ_OP_SCSI_OUT commands. I think we'll need a flag for those in the queue instead. And btw, I didn't get your cover letter [0/18], did that get lost somewhere?