From: Keith Busch Date: Thu, 8 Jan 2015 01:55:49 +0000 (-0700) Subject: NVMe: Reference count admin queue usage X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~284^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea191d2f36b0f577ce5377c3e72aedc34282969d;p=pandora-kernel.git 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 Signed-off-by: Jens Axboe --- Reading git-diff-tree failed