Skip to content

Commit c43f2f9

Browse files
RDMA/umem: fix missing automated rename
This occasions was missed during the recent rename of the function. Signed-off-by: Christian König <[email protected]> Reported-by: kernel test robot <[email protected]> Reported-by: Stephen Rothwell <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent b36a6bb commit c43f2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/infiniband/core/umem_dmabuf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ int ib_umem_dmabuf_map_pages(struct ib_umem_dmabuf *umem_dmabuf)
6666
* may be not up-to-date. Wait for the exporter to finish
6767
* the migration.
6868
*/
69-
fence = dma_resv_get_excl(umem_dmabuf->attach->dmabuf->resv);
69+
fence = dma_resv_excl_fence(umem_dmabuf->attach->dmabuf->resv);
7070
if (fence)
7171
return dma_fence_wait(fence, false);
7272

0 commit comments

Comments
 (0)