From: Christian König Date: Mon, 7 Jun 2021 06:40:37 +0000 (+0200) Subject: RDMA/umem: fix missing automated rename X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c43f2f9842347630f2ebfab05c9972e58b7df9d5;p=linux.git RDMA/umem: fix missing automated rename This occasions was missed during the recent rename of the function. Signed-off-by: Christian König Reported-by: kernel test robot Reported-by: Stephen Rothwell Reviewed-by: Alex Deucher Link: https://patchwork.freedesktop.org/patch/msgid/20210607070658.11586-1-christian.koenig@amd.com --- diff --git a/drivers/infiniband/core/umem_dmabuf.c b/drivers/infiniband/core/umem_dmabuf.c index 0d65ce146fc4d..c6e875619fac7 100644 --- a/drivers/infiniband/core/umem_dmabuf.c +++ b/drivers/infiniband/core/umem_dmabuf.c @@ -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);