From: Jens Axboe Date: Wed, 4 Jun 2014 15:11:53 +0000 (-0600) Subject: blk-mq: fix regression from commit 624dbe475416 X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~19^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f899fed4421d6b098ed6a9d69303c70e590bf2c0;p=pandora-kernel.git blk-mq: fix regression from commit 624dbe475416 When the code was collapsed to avoid duplication, the recent patch for ensuring that a queue is idled before free was dropped, which was added by commit 19c5d84f14d2. Add back the blk_mq_tag_idle(), to ensure we don't leak a reference to an active queue when it is freed. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed