Whamcloud - gitweb
LU-137 obdclass: add dt_object_put() and use it
[fs/lustre-release.git] / lustre / obdclass / llog_test.c
index 735c976..b5382c1 100644 (file)
@@ -1341,7 +1341,7 @@ out_put:
        llog_ctxt_put(ctxt);
 
        if (obj != NULL)
-               lu_object_put(env, &obj->do_lu);
+               dt_object_put(env, obj);
 
        RETURN(rc);
 }