commit | 5bd48c18c8cea0154800b40ec75201fa71684312 | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Wed Jan 08 19:21:58 2020 +0200 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Mon Jan 13 16:20:15 2020 -0400 |
tree | 21bcf3edbc6ceaf64476a570c8747229a9811b0c | |
parent | 4ec1dcfcdf3756555adb5122c2443ea27741296a [diff] |
RDMA/core: Do not erase the type of ib_cq.uobject This is a struct ib_ucq_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-7-git-send-email-yishaih@mellanox.com Signed-off-by: Yishai Hadas <yishaih@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>