Whamcloud - gitweb
LU-1303 osd: zfs-osd should initialize local objects on MDS
[fs/lustre-release.git] / lustre / mdt / mdt_handler.c
index fd174aa..2afda58 100644 (file)
@@ -4855,6 +4855,8 @@ static int mdt_obd_llog_setup(struct obd_device *obd,
 {
         int     rc;
 
+       return 0;
+
         LASSERT(obd->obd_fsops == NULL);
 
        obd->obd_fsops = fsfilt_get_ops(lsi->lsi_fstype);
@@ -4886,6 +4888,8 @@ static void mdt_obd_llog_cleanup(struct obd_device *obd)
 {
         struct llog_ctxt *ctxt;
 
+       return;
+
         ctxt = llog_get_context(obd, LLOG_CONFIG_ORIG_CTXT);
         if (ctxt)
                llog_cleanup(NULL, ctxt);