[PATCH 02/10] esp_scsi: make number of tags configurable

2014-11-21 Thread Hannes Reinecke
Add a field 'num_tags' to the esp structure to allow drivers to overwrite the number of avialable tags if required. Default is ESP_DEFAULT_TAGS. Signed-off-by: Hannes Reinecke h...@suse.de --- drivers/scsi/esp_scsi.c | 10 -- drivers/scsi/esp_scsi.h | 3 +-- 2 files changed, 5

Re: [PATCH 02/10] esp_scsi: make number of tags configurable

2014-11-21 Thread Paolo Bonzini
On 21/11/2014 10:27, Hannes Reinecke wrote: Add a field 'num_tags' to the esp structure to allow drivers to overwrite the number of avialable tags if required. Default is ESP_DEFAULT_TAGS. Signed-off-by: Hannes Reinecke h...@suse.de --- drivers/scsi/esp_scsi.c | 10 --