commit | 4ab32bf3305eedb4d31f85cac68a67becab10494 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Sun Nov 18 16:15:35 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Nov 26 08:26:04 2018 -0700 |
tree | d75d39772276a9be0ebadf1bc24dcf669007dd85 | |
parent | aa61bec30eca11816789dc25c2090366b0ccfaf8 [diff] |
blk-mq: never redirect polled IO completions It's pointless to do so, we are by definition on the CPU we want/need to be, as that's the one waiting for a completion event. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>