commit | b34b269ad85d7dd4a512487f2395c3be3e40f76a | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Wed Feb 06 22:41:48 2019 -0700 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Fri Feb 08 16:56:45 2019 -0700 |
tree | 4bb128453a260e22572f4c305afaad803bf78f97 | |
parent | e3593b568a68b0e1a434b80fd6eaebfb655e839d [diff] |
RDMA/device: Ensure that security memory is always freed Since this only frees memory it should be done during the release callback. Otherwise there are possible error flows where it might not get called if registration aborts. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>