Re: [PATCH 5/7] bnx2fc: Remove explicit logouts.

2015-10-22 Thread Tomas Henzl
On 19.10.2015 21:40, Chad Dupuis wrote: > Explicit logouts from bnx2fc were causing race conditions in either returning > stale SCSI commands or not allowing a target to log back in. > > Signed-off-by: Giridhar Malavali > Signed-off-by: Chad Dupuis Reviewed-by: Tomas Henzl Tomas -- To unsubsc

Re: [PATCH 5/7] bnx2fc: Remove explicit logouts.

2015-10-21 Thread Hannes Reinecke
On 10/19/2015 09:40 PM, Chad Dupuis wrote: > Explicit logouts from bnx2fc were causing race conditions in either returning > stale SCSI commands or not allowing a target to log back in. > > Signed-off-by: Giridhar Malavali > Signed-off-by: Chad Dupuis > --- > drivers/scsi/bnx2fc/bnx2fc.h |

[PATCH 5/7] bnx2fc: Remove explicit logouts.

2015-10-19 Thread Chad Dupuis
Explicit logouts from bnx2fc were causing race conditions in either returning stale SCSI commands or not allowing a target to log back in. Signed-off-by: Giridhar Malavali Signed-off-by: Chad Dupuis --- drivers/scsi/bnx2fc/bnx2fc.h |1 - drivers/scsi/bnx2fc/bnx2fc_els.c |3 +- drive