mm_resource_manager_backend_release(type);
- MM_RM_INFO("Resource %s is released (%d) in RM %"PRIu64" available volume %d", res_name,
+ MM_RM_INFO("Resource %s would be released (is acquired %d) in RM %"PRIu64" available volume %d", res_name,
i_mgr->resources[type]->is_acquired, _mm_rm_hash64(i_mgr->id), conf->max_volume[type]);
}
}
goto out;
}
- if (id != _mm_rm_hash64(recv_id)) {
- MM_RM_ERROR("Sync is received from wrong client #%"PRIu64, id);
- goto out;
- }
+ if (id != _mm_rm_hash64(recv_id))
+ MM_RM_WARNING("Sync is received from wrong client #%"PRIu64, id);
ret = __poll(sync);