Skip to content
Snippets Groups Projects
Commit c43f2f98 authored by Christian König's avatar Christian König
Browse files

RDMA/umem: fix missing automated rename

parent b36a6bb8
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ wait_fence:
* may be not up-to-date. Wait for the exporter to finish
* the migration.
*/
fence = dma_resv_get_excl(umem_dmabuf->attach->dmabuf->resv);
fence = dma_resv_excl_fence(umem_dmabuf->attach->dmabuf->resv);
if (fence)
return dma_fence_wait(fence, false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment