commit | 4941115bef2bc891aa00a2f0edeaf06dc982325a | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Fri Jan 13 08:09:05 2017 -0700 |
committer | Jens Axboe <axboe@fb.com> | Tue Jan 17 10:03:59 2017 -0700 |
tree | 5f69e1404d076096cf0f00eac8859db627c6fcdb | |
parent | 2c3ad667902ef6f4b60ef0a3c6f7d8c2b007769a [diff] |
blk-mq-tag: cleanup the normal/reserved tag allocation This is in preparation for having another tag set available. Cleanup the parameters, and allow passing in of tags for blk_mq_put_tag(). Signed-off-by: Jens Axboe <axboe@fb.com> [hch: even more cleanups] Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Omar Sandoval <osandov@fb.com>