[PATCH] RDMA/umem: fix missing automated rename
Alex Deucher
alexdeucher at gmail.com
Mon Jun 7 13:37:52 UTC 2021
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
On Mon, Jun 7, 2021 at 7:01 AM Christian König
<ckoenig.leichtzumerken at gmail.com> 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 at amd.com>
> > Reported-by: kernel test robot <lkp at intel.com>
> > Reported-by: Stephen Rothwell <sfr at canb.auug.org.au>
> > ---
> > 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);
> >
>
More information about the dri-devel
mailing list