commit | 9fbe334c6a67c3c09f187e4b9b0e6eaf0ad31429 | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Wed Jan 08 19:22:00 2020 +0200 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Mon Jan 13 16:20:15 2020 -0400 |
tree | 7c144e0ef6b1340bc276eb8659fa375bdc031837 | |
parent | 620d3f8176cbb3a9c0c7962a05fb15310a9998d4 [diff] |
RDMA/core: Do not erase the type of ib_srq.uobject This is a struct ib_usrq_object pointer, instead of using container_of() all over the place just store it with its actual type. Link: https://lore.kernel.org/r/1578504126-9400-9-git-send-email-yishaih@mellanox.com Signed-off-by: Yishai Hadas <yishaih@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>