commit | 6344d02dc8f886b6bbcd922ae1a17e4a41500f2d | [log] [tgz] |
---|---|---|
author | Prabhath Sajeepa <psajeepa@purestorage.com> | Wed Nov 28 11:11:29 2018 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Fri Nov 30 17:23:23 2018 +0100 |
tree | 4218580933ba66ea2ec7ebe0da102e1b96ee7b66 | |
parent | f6c8e432cb0479255322c5d0335b9f1699a0270c [diff] |
nvme-rdma: fix double freeing of async event data Some error paths in configuration of admin queue free data buffer associated with async request SQE without resetting the data buffer pointer to NULL, This buffer is also freed up again if the controller is shutdown or reset. Signed-off-by: Prabhath Sajeepa <psajeepa@purestorage.com> Reviewed-by: Roland Dreier <roland@purestorage.com> Signed-off-by: Christoph Hellwig <hch@lst.de>