From: Jens Axboe Date: Mon, 24 Nov 2014 22:52:30 +0000 (-0700) Subject: blk-mq: cleanup tag free handling X-Git-Tag: omap-for-v3.20/drop-legacy-3517~92^2~12 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70114c393ccaa43ca38e6b36b9469ed2c35acc49;p=pandora-kernel.git blk-mq: cleanup tag free handling We only call __blk_mq_put_tag() and __blk_mq_put_reserved_tag() from blk_mq_put_tag(), so just inline the two calls instead of having them as separate functions. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed