commit | 85088c4a0f65f0be25a98164ec6bca02ac5cad04 | [log] [tgz] |
---|---|---|
author | Nitzan Carmi <nitzanc@mellanox.com> | Thu Jan 04 17:56:13 2018 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Mon Jan 08 16:56:57 2018 +0100 |
tree | ffe8e6a1d08ce51fc1d3f1197e3fecf5c13a91e7 | |
parent | 2b1b7e784a63f5ded4dda804e05e3f34b3880b25 [diff] |
nvme: take refcount on transport module The block device is backed by the transport so we must ensure that the transport driver will not be removed until all references are released. Otherwise, we might end up referencing freed memory. Reviewed-by: Max Gurtovoy <maxg@mellanox.com> Signed-off-by: Nitzan Carmi <nitzanc@mellanox.com> Signed-off-by: Christoph Hellwig <hch@lst.de>