]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
RDMA/core: Get rid of ib_create_qp_user
authorJason Gunthorpe <jgg@mellanox.com>
Thu, 13 Feb 2020 19:19:11 +0000 (15:19 -0400)
committerJason Gunthorpe <jgg@mellanox.com>
Wed, 19 Feb 2020 00:27:37 +0000 (20:27 -0400)
commitb72bfc965eb5d3475acabb038a1f9f6034c4658d
treed8368a27250cfc64b55e8bc30f9352b981b14022
parentb53742865e9f09cbba4d9daa161760ec23f36aa4
RDMA/core: Get rid of ib_create_qp_user

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.

Link: https://lore.kernel.org/r/20200213191911.GA9898@ziepe.ca
Reviewed-by: Max Gurtovoy <maxg@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/core/verbs.c
include/rdma/ib_verbs.h