diff options
author | Dominique Martinet <asmadeus@codewreck.org> | 2020-11-26 14:26:57 +0100 |
---|---|---|
committer | Dominique Martinet <asmadeus@codewreck.org> | 2020-11-26 14:26:57 +0100 |
commit | 1fd13d67e85b8365baed1cfb435870e24a7e6979 (patch) | |
tree | da9786a10336d3dac0cd910712c6b7e88118ca1f /src/libfetchers/attrs.hh | |
parent | 8252a44e96619b6df0901a1f62e60b3d5951fd12 (diff) |
archive: disable preallocate-contents by default
using fallocate() to preallocate files space does more harm than good:
- breaks compression on btrfs
- has been called "not the right thing to do" by xfs developers
(because delayed allocation that most filesystems implement leads to smarter
allocation than what the filesystem needs to do if we upfront fallocate files)
Diffstat (limited to 'src/libfetchers/attrs.hh')
0 files changed, 0 insertions, 0 deletions