|
@@ -301,7 +301,8 @@ static void ib_cache_event(struct ib_event_handler *handler,
|
|
event->event == IB_EVENT_PORT_ACTIVE ||
|
|
event->event == IB_EVENT_PORT_ACTIVE ||
|
|
event->event == IB_EVENT_LID_CHANGE ||
|
|
event->event == IB_EVENT_LID_CHANGE ||
|
|
event->event == IB_EVENT_PKEY_CHANGE ||
|
|
event->event == IB_EVENT_PKEY_CHANGE ||
|
|
- event->event == IB_EVENT_SM_CHANGE) {
|
|
|
|
|
|
+ event->event == IB_EVENT_SM_CHANGE ||
|
|
|
|
+ event->event == IB_EVENT_CLIENT_REREGISTER) {
|
|
work = kmalloc(sizeof *work, GFP_ATOMIC);
|
|
work = kmalloc(sizeof *work, GFP_ATOMIC);
|
|
if (work) {
|
|
if (work) {
|
|
INIT_WORK(&work->work, ib_cache_task, work);
|
|
INIT_WORK(&work->work, ib_cache_task, work);
|