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, 1 Jun 2020 17:17:07 +0000 (11:17 -0600)
commit460d588239c0dda7dbdce3e617698c6ad2628e20
tree17147a9dbc962a628b31ca4a3e6432cbe0116fb3
parent9b1d8c571b95de5be0a7ec614624a687758a6d87
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