Whamcloud - gitweb
LU-8130 lu_object: convert lu_object cache to rhashtable
[fs/lustre-release.git] / lustre / lov / lovsub_dev.c
index 90a11e7..c694c66 100644 (file)
@@ -90,10 +90,7 @@ static struct lu_device *lovsub_device_free(const struct lu_env *env,
        struct lovsub_device *lsd = lu2lovsub_dev(d);
        struct lu_device *next = cl2lu_dev(lsd->acid_next);
 
-       if (atomic_read(&d->ld_ref) && d->ld_site) {
-               LIBCFS_DEBUG_MSG_DATA_DECL(msgdata, D_ERROR, NULL);
-               lu_site_print(env, d->ld_site, &msgdata, lu_cdebug_printer);
-       }
+       lu_site_print(env, d->ld_site, &d->ld_ref, D_ERROR, lu_cdebug_printer);
        cl_device_fini(lu2cl_dev(d));
        OBD_FREE_PTR(lsd);
        return next;