On Mon, Jul 06, 2020 at 03:03:42PM +0300, Gal Pressman wrote: > Allocating an MR flow can only be initiated by kernel users, and not > from userspace. As a result, the udata parameter is always being passed > as NULL. Rename ib_alloc_mr_user function to ib_alloc_mr and remove the > udata parameter. > > Signed-off-by: Gal Pressman <galpress@xxxxxxxxxx> > --- > drivers/infiniband/core/verbs.c | 11 +++++------ > include/rdma/ib_verbs.h | 10 ++-------- > 2 files changed, 7 insertions(+), 14 deletions(-) > Thanks, Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxxxx>