Re: [PATCH 2/9] lpfc: Fix vport deletion failure.

2015-05-25 Thread Hannes Reinecke
On 05/22/2015 04:42 PM, James Smart wrote: > > Fix vport deletion failure. > > If a vport was deleted while in the middle of discovery, we weren't > clearing the nport discovery flag. Correct by clearing the flag and > cancelling our discovery timeout timer. > > Signed-off-by: Dick Kennedy > Si

[PATCH 2/9] lpfc: Fix vport deletion failure.

2015-05-22 Thread James Smart
Fix vport deletion failure. If a vport was deleted while in the middle of discovery, we weren't clearing the nport discovery flag. Correct by clearing the flag and cancelling our discovery timeout timer. Signed-off-by: Dick Kennedy Signed-off-by: James Smart --- drivers/scsi/lpfc/lpfc_els.c |