Re: [PATCH 2/2] scsi: storvsc: Use the specified target ID in device lookup

2016-01-10 Thread Hannes Reinecke
On 01/09/2016 06:51 AM, K. Y. Srinivasan wrote: The current code assumes that there is only one target in device lookup. Fix this bug. This will alow us to correctly handle hot reomoval of LUNs. Signed-off-by: K. Y. Srinivasan --- drivers/scsi/storvsc_drv.c |6 --

[PATCH 2/2] scsi: storvsc: Use the specified target ID in device lookup

2016-01-08 Thread K. Y. Srinivasan
The current code assumes that there is only one target in device lookup. Fix this bug. This will alow us to correctly handle hot reomoval of LUNs. Signed-off-by: K. Y. Srinivasan --- drivers/scsi/storvsc_drv.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-)