diff options
author | Jens Axboe <axboe@kernel.dk> | 2018-01-06 09:23:11 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-01-06 09:23:11 -0700 |
commit | ca11f209a4c88743fb4b652fd812470e6fecc598 (patch) | |
tree | bfca0db75895b6582233d5a540b62a586d7709bc /block/blk-core.c | |
parent | 14db49172649aac001fd77a3fd53d12c6df22daf (diff) |
mq-deadline: make it clear that __dd_dispatch_request() works on all hw queues
Don't pass in the hardware queue to __dd_dispatch_request(), since it
leads the reader to believe that we are returning a request for that
specific hardware queue. That's not how mq-deadline works, the state
for determining which request to serve next is shared across all
hardware queues for a device.
Reviewed-by: Omar Sandoval <osandov@fb.com>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk-core.c')
0 files changed, 0 insertions, 0 deletions