Message403418
> So using copy_file_range (if available) should be the most generic solution, which includes copy-on-write support, and server-side copy support.
Doesn't this imply to pass some flag to copy_file_range()? "man copy_file_range" says:
> The flags argument is provided to allow for future extensions and currently must be set to 0.
How is CoW copy supposed to be done by using copy_file_range() exactly? |
|
Date |
User |
Action |
Args |
2021-10-07 14:37:05 | giampaolo.rodola | set | recipients:
+ giampaolo.rodola, vstinner, Albert.Zeyer, desbma, koobs, pablogsal, dulanic |
2021-10-07 14:37:05 | giampaolo.rodola | set | messageid: <1633617425.36.0.66626636792.issue37157@roundup.psfhosted.org> |
2021-10-07 14:37:05 | giampaolo.rodola | link | issue37157 messages |
2021-10-07 14:37:05 | giampaolo.rodola | create | |
|