diff options
| author | MarcoFalke <[email protected]> | 2019-05-02 08:43:54 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-05-02 08:43:57 -0400 |
| commit | c4560a7dfee94296e3fe7736423811c61356fbc5 (patch) | |
| tree | efc43229a887e4d187c8dfe35ed12caeda6d55b3 /src/httpserver.cpp | |
| parent | Merge #15842: refactor: replace isPotentialtip/waitForNotifications by higher... (diff) | |
| parent | Handle the result of posix_fallocate system call (diff) | |
| download | discoin-c4560a7dfee94296e3fe7736423811c61356fbc5.tar.xz discoin-c4560a7dfee94296e3fe7736423811c61356fbc5.zip | |
Merge #15650: Handle the result of posix_fallocate system call
5d35ae3326 Handle the result of posix_fallocate system call (Luca Venturini)
Pull request description:
The system call `posix_fallocate` is not supported on some filesystems.
- catches the result of posix_allocate and fall back to the default behaviour if the return value is different from 0 (success)
Fixes #15624
ACKs for commit 5d35ae:
MarcoFalke:
utACK 5d35ae3326624da3fe5dcb4047c9a7cec6665cab
sipa:
utACK 5d35ae3326624da3fe5dcb4047c9a7cec6665cab, though the Yoda condition is an uncommon style in this project.
hebasto:
utACK 5d35ae3326624da3fe5dcb4047c9a7cec6665cab
practicalswift:
utACK 5d35ae3326624da3fe5dcb4047c9a7cec6665cab
Tree-SHA512: 7ab3b35fb633926f28a58b2b07ffde8e31bb997c80a716b1b45ee716fe9ff4ddcef0a05810bd4423530e220cfc62f8925517d27a8b92b05a524272063e43f746
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions