disable some code we do not need currently
out:
RETURN(rc);
}
-
+#if 0
static int mdd_lov_set_nextid(const struct lu_env *env,
struct mdd_device *mdd)
{
/* XXX: to be implemented! */
return 0;
}
+#endif
static int mdd_recovery_complete(const struct lu_env *env,
struct lu_device *d)
LASSERT(mdd != NULL);
LASSERT(obd != NULL);
-
+#if 0
/* XXX: Do we need this in new stack? */
rc = mdd_lov_set_nextid(env, mdd);
if (rc) {
rc);
RETURN(rc);
}
-
+#endif
obd_notify(obd->u.mds.mds_osc_obd, NULL,
(obd->obd_async_recov ?
OBD_NOTIFY_SYNC_NONBLOCK :