Commit bad119b
io_uring: honour zeroes as io-wq worker limits
When we pass in zero as an io-wq worker number limit it shouldn't
actually change the limits but return the old value, follow that
behaviour with deferred limits setup as well.
Cc: [email protected] # 5.15
Reported-by: Beld Zhang <[email protected]>
Fixes: e139a1e ("io_uring: apply max_workers limit to all future users")
Signed-off-by: Pavel Begunkov <[email protected]>
Link: https://lore.kernel.org/r/1b222a92f7a78a24b042763805e891a4cdd4b544.1636384034.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <[email protected]>1 parent a195778 commit bad119b
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10791 | 10791 | | |
10792 | 10792 | | |
10793 | 10793 | | |
10794 | | - | |
| 10794 | + | |
| 10795 | + | |
| 10796 | + | |
10795 | 10797 | | |
10796 | 10798 | | |
10797 | 10799 | | |
| |||
0 commit comments