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>
Wed, 17 Jun 2020 21:06:39 +0000 (15:06 -0600)
commite5ecb7791833e331eae3d4ac106e71b1a4287170
tree69aab6c26cee2f02e07b580a8a80d2d63c5e70a4
parent87f5c36af1f1051c4fa044a0d853371f98608584
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