Commit 8a3e8ee
committed
io_uring: add flag for disabling provided buffer recycling
If we need to continue doing this IO, then we don't want a potentially
selected buffer recycled. Add a flag for that.
Set this for recv/recvmsg if they do partial IO.
Signed-off-by: Jens Axboe <axboe@kernel.dk>1 parent 7ba89d2 commit 8a3e8ee
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
783 | 783 | | |
784 | 784 | | |
785 | 785 | | |
| 786 | + | |
786 | 787 | | |
787 | 788 | | |
788 | 789 | | |
| |||
845 | 846 | | |
846 | 847 | | |
847 | 848 | | |
| 849 | + | |
| 850 | + | |
848 | 851 | | |
849 | 852 | | |
850 | 853 | | |
| |||
1392 | 1395 | | |
1393 | 1396 | | |
1394 | 1397 | | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
1395 | 1401 | | |
1396 | 1402 | | |
1397 | 1403 | | |
| |||
5477 | 5483 | | |
5478 | 5484 | | |
5479 | 5485 | | |
| 5486 | + | |
5480 | 5487 | | |
5481 | 5488 | | |
5482 | 5489 | | |
| |||
5546 | 5553 | | |
5547 | 5554 | | |
5548 | 5555 | | |
| 5556 | + | |
5549 | 5557 | | |
5550 | 5558 | | |
5551 | 5559 | | |
| |||
0 commit comments