On Wed, May 12, 2021 at 04:12:22PM +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") > Cc: Zhu Yanjun <zyjzyj2000@xxxxxxxxx> > Signed-off-by: Lang Cheng <chenglang@xxxxxxxxxx> > Signed-off-by: Weihang Li <liweihang@xxxxxxxxxx> > --- > drivers/infiniband/sw/rxe/rxe_loc.h | 2 +- > drivers/infiniband/sw/rxe/rxe_mr.c | 2 +- > drivers/infiniband/sw/rxe/rxe_verbs.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > Thanks, Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxx>