Re: [PATCHv3 08/10] scsi: allocate reserved commands

2017-02-21 Thread Christoph Hellwig
On Tue, Feb 21, 2017 at 01:27:07PM +0100, Hannes Reinecke wrote: > The block layer already has the notion of 'reserved' commands, so > we should be enabling scsi hosts to allocate them. Only if using blk-mq so far, so this patch is incomplete. But fortunately I don't think you actually need this

[PATCHv3 08/10] scsi: allocate reserved commands

2017-02-21 Thread Hannes Reinecke
The block layer already has the notion of 'reserved' commands, so we should be enabling scsi hosts to allocate them. Signed-off-by: Hannes Reinecke --- drivers/scsi/scsi_lib.c | 1 + include/scsi/scsi_host.h | 1 + 2 files changed, 2 insertions(+) diff --git