commit | b72bfc965eb5d3475acabb038a1f9f6034c4658d | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Thu Feb 13 15:19:11 2020 -0400 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Tue Feb 18 20:27:37 2020 -0400 |
tree | d8368a27250cfc64b55e8bc30f9352b981b14022 | |
parent | b53742865e9f09cbba4d9daa161760ec23f36aa4 [diff] |
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>