Re: [PATCH 05/24] RDMA: use dma_resv_wait() instead of extracting the fence

2021-12-22 Thread Daniel Vetter
On Tue, Dec 07, 2021 at 01:33:52PM +0100, Christian König wrote: > Use dma_resv_wait() instead of extracting the exclusive fence and > waiting on it manually. > > Signed-off-by: Christian König No rdma lists nor maintainers on cc, so no chances to get the ack you need to merge this through drm-m

[PATCH 05/24] RDMA: use dma_resv_wait() instead of extracting the fence

2021-12-07 Thread Christian König
Use dma_resv_wait() instead of extracting the exclusive fence and waiting on it manually. Signed-off-by: Christian König --- drivers/infiniband/core/umem_dmabuf.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/infiniband/core/umem_dmabuf.c b/drivers/infiniba