io_uring: always plug for any number of IOs
authorJens Axboe <axboe@kernel.dk>
Mon, 1 Jun 2020 14:30:41 +0000 (08:30 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 22 Jun 2020 02:44:25 +0000 (20:44 -0600)
commitac8691c415e0ce0b8734cb6d9df2df18608eebed
treeafe2f70fd35ff7fb0e26ab30d52ac9a1e53fca9f
parent5a473e8311b582a40c10409a0f4bb39f42aa8123
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>
fs/io_uring.c