commit | 70114c393ccaa43ca38e6b36b9469ed2c35acc49 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Mon Nov 24 15:52:30 2014 -0700 |
committer | Jens Axboe <axboe@fb.com> | Mon Nov 24 15:52:30 2014 -0700 |
tree | f14673ccf7172de39888c18a5e201e9f5dcf0c53 | |
parent | a33c1ba2913802b6fb23e974bb2f6a4e73c8b7ce [diff] |
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>