commit | aa72c9a5f986444f5e245767402ed1f3066fca2c | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@ziepe.ca> | Thu Jul 26 15:57:56 2018 -0600 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Wed Aug 01 14:55:37 2018 -0600 |
tree | 0654aa90c396feea48cc5895d554c181c3226178 | |
parent | 26e551c5aec572442c4ad7109ff4350f427cd39d [diff] |
IB/uverbs: Remove rdma_explicit_destroy() from the ioctl methods The core code will destroy the HW object on behalf of the method, if the method provides an implementation it must simply copy data from the stub uobj into the response. Destroy methods cannot touch the HW object. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>