We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36a6bb commit c43f2f9Copy full SHA for c43f2f9
drivers/infiniband/core/umem_dmabuf.c
@@ -66,7 +66,7 @@ int ib_umem_dmabuf_map_pages(struct ib_umem_dmabuf *umem_dmabuf)
66
* may be not up-to-date. Wait for the exporter to finish
67
* the migration.
68
*/
69
- fence = dma_resv_get_excl(umem_dmabuf->attach->dmabuf->resv);
+ fence = dma_resv_excl_fence(umem_dmabuf->attach->dmabuf->resv);
70
if (fence)
71
return dma_fence_wait(fence, false);
72
0 commit comments