commit | 72d7ce8eb2bca8f77eebdd3271e59f6a5998dc4a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Nov 09 14:51:10 2018 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Nov 09 08:14:14 2018 -0700 |
tree | 386bf8043bbffed9f72df996ec9503fd46478203 | |
parent | cd94c9ed59bad76e68d1c8910fc564351ce2162c [diff] |
sx8: use a per-host tag_set The current sx8 code spends a lot of effort dealing with the fact that tags are per-host, but there might be multiple queues. Now that the driver has been converted to blk-mq it can take care of the blk-mq tag_set concept that has been designed just for that. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>