commit | 0bf6cd5b9531bcc29c0a5e504b6ce2984c6fd8d8 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sun Sep 27 21:01:51 2015 +0200 |
committer | Jens Axboe <axboe@fb.com> | Thu Oct 01 10:10:57 2015 +0200 |
tree | bf6d257b11c79cda7f8f44e3fd8d9c535143fdfd | |
parent | f4829a9b7a61e159367350008a608b062c4f6840 [diff] |
blk-mq: factor out a helper to iterate all tags for a request_queue And replace the blk_mq_tag_busy_iter with it - the driver use has been replaced with a new helper a while ago, and internal to the block we only need the new version. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>