Whamcloud - gitweb
b=17037
[fs/lustre-release.git] / lustre / obdclass / llog_obd.c
index 804049a..13a1e9a 100644 (file)
@@ -72,7 +72,7 @@ static void llog_ctxt_destroy(struct llog_ctxt *ctxt)
                 class_import_put(ctxt->loc_imp);
                 ctxt->loc_imp = NULL;
         }
-
+        LASSERT(ctxt->loc_llcd == NULL);
         OBD_FREE_PTR(ctxt);
         return;
 }