commit | df87eb0fce8fc891b43199447b9aeb3ea2d39bcf | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Oct 18 10:08:49 2021 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Oct 19 05:55:26 2021 -0600 |
tree | 5634ffc8ccf7e2e579a6d7b296b0fda7dc625116 | |
parent | 87c037d11b83b93e9ab5eda9fb03c114f67024ff [diff] |
block: get rid of plug list sorting Even if we have multiple queues in the plug list, chances that they are very interspersed is minimal. Don't bother spending CPU cycles sorting the list. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>