Re: [PATCH 11/24] libfc: Return LS_RJT_BUSY for PRLI in status PLOGI

2016-10-14 Thread Bart Van Assche
On 10/13/2016 06:10 AM, Hannes Reinecke wrote: Occasionally it might happen that we receive a PRLI while we're still waiting for our PLOGI response. In that case we should return 'busy' LS status instead of 'plogi required' LS status. Reviewed-by: Bart Van Assche

[PATCH 11/24] libfc: Return LS_RJT_BUSY for PRLI in status PLOGI

2016-10-13 Thread Hannes Reinecke
Occasionally it might happen that we receive a PRLI while we're still waiting for our PLOGI response. In that case we should return 'busy' LS status instead of 'plogi required' LS status. Signed-off-by: Hannes Reinecke --- drivers/scsi/libfc/fc_rport.c | 17 + 1