Re: [PATCH 21/23] scsi_dh_alua: update all port states

2015-09-22 Thread Hannes Reinecke
On 09/22/2015 10:04 PM, Ewan Milne wrote: > On Thu, 2015-08-27 at 14:41 +0200, Hannes Reinecke wrote: >> When we read in the target port group state we should be >> updating all affected port groups, otherwise we risk >> running out of sync. >> >> Signed-off-by: Hannes Reinecke >> --- >> drivers/

Re: [PATCH 21/23] scsi_dh_alua: update all port states

2015-09-22 Thread Ewan Milne
On Thu, 2015-08-27 at 14:41 +0200, Hannes Reinecke wrote: > When we read in the target port group state we should be > updating all affected port groups, otherwise we risk > running out of sync. > > Signed-off-by: Hannes Reinecke > --- > drivers/scsi/device_handler/scsi_dh_alua.c | 21 ++

Re: [PATCH 21/23] scsi_dh_alua: update all port states

2015-09-01 Thread Christoph Hellwig
On Thu, Aug 27, 2015 at 02:41:19PM +0200, Hannes Reinecke wrote: > When we read in the target port group state we should be > updating all affected port groups, otherwise we risk > running out of sync. Looks fine, Reviewed-by: Christoph Hellwig -- To unsubscribe from this list: send the line "un

[PATCH 21/23] scsi_dh_alua: update all port states

2015-08-27 Thread Hannes Reinecke
When we read in the target port group state we should be updating all affected port groups, otherwise we risk running out of sync. Signed-off-by: Hannes Reinecke --- drivers/scsi/device_handler/scsi_dh_alua.c | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --gi