On Wed, May 12, 2021 at 04:12:19PM +0800, Weihang Li wrote: > From: Lang Cheng <chenglang@xxxxxxxxxx> > > The old version of ib_umem_get() need these udata as a parameter but now > they are unnecessary. > > Fixes: c320e527e154 ("IB: Allow calls to ib_umem_get from kernel ULPs") > Signed-off-by: Lang Cheng <chenglang@xxxxxxxxxx> > Signed-off-by: Weihang Li <liweihang@xxxxxxxxxx> > --- > drivers/infiniband/hw/hns/hns_roce_cq.c | 3 +-- > drivers/infiniband/hw/hns/hns_roce_db.c | 3 +-- > drivers/infiniband/hw/hns/hns_roce_device.h | 3 +-- > drivers/infiniband/hw/hns/hns_roce_qp.c | 4 ++-- > 4 files changed, 5 insertions(+), 8 deletions(-) > Thanks, Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxx>