blk-mq: cleanup tag free handling
authorJens Axboe <axboe@fb.com>
Mon, 24 Nov 2014 22:52:30 +0000 (15:52 -0700)
committerJens Axboe <axboe@fb.com>
Mon, 24 Nov 2014 22:52:30 +0000 (15:52 -0700)
commit70114c393ccaa43ca38e6b36b9469ed2c35acc49
treef14673ccf7172de39888c18a5e201e9f5dcf0c53
parenta33c1ba2913802b6fb23e974bb2f6a4e73c8b7ce
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 <axboe@fb.com>
block/blk-mq-tag.c