commit | ea191d2f36b0f577ce5377c3e72aedc34282969d | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Wed Jan 07 18:55:49 2015 -0700 |
committer | Jens Axboe <axboe@fb.com> | Thu Jan 08 09:00:32 2015 -0700 |
tree | 27ff7ee0f1971cea41c38a7c3d265a3f4a106263 | |
parent | c917dfe52834979610d45022226445d1dc7c67d8 [diff] |
NVMe: Reference count admin queue usage Since there is no gendisk associated with the admin queue, the driver needs to hold a reference to it until all open references to the controller are closed. This also combines queue cleanup with freeing the tag set since these should not be separate. Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Jens Axboe <axboe@fb.com>