commit | 44e75052bc2ae4d39386c1d9e218861639905873 | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Tue Apr 03 07:52:03 2018 +0300 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Tue Apr 17 19:42:50 2018 -0600 |
tree | fabd21557714f031549f154f13712ce6044577ca | |
parent | e19c0d237873be2426dac45887edf293da13c339 [diff] |
RDMA/rdma_cm: Make rdma_addr_cancel into a fence Currently rdma_addr_cancel does not prevent the callback from being used, this is surprising and hard to reason about. There does not appear to be a bug here as the only user of this API does refcount properly, fixing it only to increase clarity. Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>