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>
Thu, 18 Jun 2020 15:38:00 +0000 (09:38 -0600)
commit5ff6c315bcc0104e5145138074b446ea578f0aa2
treea08798875c3082aa6da0379572b547f348ebc33e
parent88682dd8b250006be01fd0483914f7f5e717f0fd
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