RETURN(rc);
}
+#if 0
/* Failsafe FIXME remove this */
static void config_log_end_all(void)
{
spin_unlock(&config_list_lock);
EXIT;
}
-
+#endif
/********************** class fns **********************/
case OBD_CLEANUP_EARLY:
break;
case OBD_CLEANUP_EXPORTS:
- if (obd->obd_type->typ_refcnt <= 2)
- /* Only for the last mgc */
- config_log_end_all();
break;
case OBD_CLEANUP_SELF_EXP:
rc = obd_llog_finish(obd, 0);
/* COMPAT_146 - old config logs may have added profiles we don't
know about */
- if (obd->obd_type->typ_refcnt <= 2)
+ if (obd->obd_type->typ_refcnt <= 1)
/* Only for the last mgc */
class_del_profiles();