commit | 53029b0441bbd263dbb2ee6429572b1732dad4de | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Sat Nov 28 15:41:02 2015 +0100 |
committer | Jens Axboe <axboe@fb.com> | Tue Dec 22 09:38:33 2015 -0700 |
tree | 28c6524a7fc5c56c019835d12c16c3ef2baca51b | |
parent | 92f7a1624bbc2361b96db81de89aee1baae40da9 [diff] |
NVMe: Remove device management handles on remove We don't want to allow new references to open on a device that is removed. This ties the lifetime of these handles to the physical device's presence rather than to the open reference count. Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Jens Axboe <axboe@fb.com>