Re: [PATCH 03/24] scsi: add 'nr_reserved_cmds' field to the SCSI host template

2019-05-30 Thread Hannes Reinecke
On 5/30/19 2:51 PM, John Garry wrote: On 29/05/2019 14:28, Hannes Reinecke wrote: From: Hannes Reinecke Add a new field 'nr_reserved_cmds' to the SCSI host template to instruct the block layer to set aside a tag space for reserved commands. Out of curiousity, is there a reason why this woul

Re: [PATCH 03/24] scsi: add 'nr_reserved_cmds' field to the SCSI host template

2019-05-30 Thread John Garry
On 29/05/2019 14:28, Hannes Reinecke wrote: From: Hannes Reinecke Add a new field 'nr_reserved_cmds' to the SCSI host template to instruct the block layer to set aside a tag space for reserved commands. Out of curiousity, is there a reason why this would not also be added to scsi_host_templ

[PATCH 03/24] scsi: add 'nr_reserved_cmds' field to the SCSI host template

2019-05-29 Thread Hannes Reinecke
From: Hannes Reinecke Add a new field 'nr_reserved_cmds' to the SCSI host template to instruct the block layer to set aside a tag space for reserved commands. Signed-off-by: Hannes Reinecke --- drivers/scsi/scsi_lib.c | 1 + include/scsi/scsi_host.h | 6 ++ 2 files changed, 7 insertions(+