Skip to content
Commit 62c774ed authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: don't unconditionally set plug->nowait = true



This causes all the bios to be submitted with REQ_NOWAIT, which can be
problematic on either btrfs or on file systems that otherwise use a mix
of block devices where only some of them support it.

For now, just remove the setting of plug->nowait = true.

Reported-by: default avatarDan Melnic <dmm@fb.com>
Reported-by: default avatarBrian Foster <bfoster@redhat.com>
Fixes: b63534c4

 ("io_uring: re-issue block requests that failed because of resources")
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent f3cd4850
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment