Signed-off-by: Robert Love <[EMAIL PROTECTED]>
---

 drivers/scsi/libfc/fc_rport.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/scsi/libfc/fc_rport.c b/drivers/scsi/libfc/fc_rport.c
index 96f3751..f352fa3 100644
--- a/drivers/scsi/libfc/fc_rport.c
+++ b/drivers/scsi/libfc/fc_rport.c
@@ -724,6 +724,7 @@ static void fc_rport_enter_prli(struct fc_rport *rport)
                    lp->state == LPORT_ST_DNS) {
                        fc_lport_lock(lp);
                        del_timer(&lp->state_timer);
+                       lp->tt.lport_event_callback(lp, rport, 
LPORT_EV_RPORT_SUCCESS);
                        lp->tt.dns_register(lp);
                        fc_lport_unlock(lp);
                }

_______________________________________________
devel mailing list
[email protected]
http://www.open-fcoe.org/mailman/listinfo/devel

Reply via email to