On 2/13/2020 9:19 PM, Jason Gunthorpe wrote:
This function accepts a udata but does nothing with it, and is never passed a !NULL udata. Rename it to ib_create_qp which was the only caller and remove the udata. Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxxxx> ---
Looks good, Reviewed-by: Max Gurtovoy <maxg@xxxxxxxxxxxx> BTW, shouldn't ib_alloc_mr_user need also to be updated ?