Uh oh!
There was an error while loading. Please reload this page.
fallocate sets errno on error, posix_fallocate did not - #60185
Conversation
ghost
commented
Oct 8, 2021
Tagging subscribers to this area: @dotnet/area-system-io Issue Detailsminor issue that I've found when reviewing #59338
|
jozkee
commented
Oct 8, 2021
@adamsitnik should this be backported? |
adamsitnik
commented
Oct 8, 2021
Currently it will stop on first error, with my fix it's going to actually retry on interrupt which should be super rare. Since we ignore most of the I don't have a strong opinion about this, but I would rather say no. |
minor issue that I've found when reviewing #59338