commit | ac8691c415e0ce0b8734cb6d9df2df18608eebed | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Jun 01 08:30:41 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Jun 21 20:44:25 2020 -0600 |
tree | afe2f70fd35ff7fb0e26ab30d52ac9a1e53fca9f | |
parent | 5a473e8311b582a40c10409a0f4bb39f42aa8123 [diff] |
io_uring: always plug for any number of IOs Currently we only plug if we're doing more than two request. We're going to be relying on always having the plug there to pass down information, so plug unconditionally. Signed-off-by: Jens Axboe <axboe@kernel.dk>