Whamcloud - gitweb
Commit OST AMD support to HEAD so we can being running with a common code base.
[fs/lustre-release.git] / lustre / mdc / mdc_request.c
index 4e88c5f..55ec795 100644 (file)
@@ -904,7 +904,7 @@ static int mdc_import_event(struct obd_device *obd, struct obd_import *imp,
         }
         case IMP_EVENT_INACTIVE: {
                 if (obd->obd_observer)
-                        rc = obd_notify(obd->obd_observer, obd, 0);
+                        rc = obd_notify(obd->obd_observer, obd, 0, 0);
                 break;
         }
         case IMP_EVENT_INVALIDATE: {
@@ -916,7 +916,7 @@ static int mdc_import_event(struct obd_device *obd, struct obd_import *imp,
         }
         case IMP_EVENT_ACTIVE: {
                 if (obd->obd_observer)
-                        rc = obd_notify(obd->obd_observer, obd, 1);
+                        rc = obd_notify(obd->obd_observer, obd, 1, 0);
                 break;
         }
         default: