Commit 62c774e
committed
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: Dan Melnic <dmm@fb.com>
Reported-by: Brian Foster <bfoster@redhat.com>
Fixes: b63534c ("io_uring: re-issue block requests that failed because of resources")
Signed-off-by: Jens Axboe <axboe@kernel.dk>1 parent f3cd485 commit 62c774e
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6353 | 6353 | | |
6354 | 6354 | | |
6355 | 6355 | | |
6356 | | - | |
6357 | | - | |
6358 | | - | |
6359 | 6356 | | |
6360 | 6357 | | |
6361 | 6358 | | |
| |||
0 commit comments