Re: [PATCH v3 4/4] scsi: esp_scsi: adjust module reference for scsi host

2015-01-12 Thread Hannes Reinecke
On 01/11/2015 02:50 PM, Akinobu Mita wrote: While accessing a scsi device on host adapter supported by sub driver for the ESP chip (mac_esp, am53c974, sun_esp, jazz_esp, sun3x_esp), the module reference count is not incremented. Because these drivers allocate scsi hosts with scsi_esp_template

[PATCH v3 4/4] scsi: esp_scsi: adjust module reference for scsi host

2015-01-11 Thread Akinobu Mita
While accessing a scsi device on host adapter supported by sub driver for the ESP chip (mac_esp, am53c974, sun_esp, jazz_esp, sun3x_esp), the module reference count is not incremented. Because these drivers allocate scsi hosts with scsi_esp_template defined in ESP SCSI driver core module. So

Re: [PATCH v3 4/4] scsi: esp_scsi: adjust module reference for scsi host

2015-01-11 Thread David Miller
From: Akinobu Mita akinobu.m...@gmail.com Date: Sun, 11 Jan 2015 22:50:06 +0900 While accessing a scsi device on host adapter supported by sub driver for the ESP chip (mac_esp, am53c974, sun_esp, jazz_esp, sun3x_esp), the module reference count is not incremented. Because these drivers