Reviewed-by: Alex Deucher <alexander.deucher@xxxxxxx> On Mon, Jun 7, 2021 at 7:01 AM Christian König <ckoenig.leichtzumerken@xxxxxxxxx> wrote: > > Ping. Can anybody give me a quick rb or ack-by? > > The driver currently doesn't compile without this on the drm-misc-next > branch. > > Thanks, > Christian. > > Am 07.06.21 um 09:06 schrieb Christian König: > > This occasions was missed during the recent rename of the function. > > > > Signed-off-by: Christian König <christian.koenig@xxxxxxx> > > Reported-by: kernel test robot <lkp@xxxxxxxxx> > > Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> > > --- > > drivers/infiniband/core/umem_dmabuf.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/infiniband/core/umem_dmabuf.c b/drivers/infiniband/core/umem_dmabuf.c > > index 0d65ce146fc4..c6e875619fac 100644 > > --- a/drivers/infiniband/core/umem_dmabuf.c > > +++ b/drivers/infiniband/core/umem_dmabuf.c > > @@ -66,7 +66,7 @@ int ib_umem_dmabuf_map_pages(struct ib_umem_dmabuf *umem_dmabuf) > > * 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); > > >