Skip to content
  • Mike Hibler's avatar
    Add option to vary the minimum free range size. · bc67baa3
    Mike Hibler authored
    This replaces a couple of ad-hoc checks in the FreeBSD and Linux filesystem
    code.  The idea is that we record a free range only if it is over a certain
    length.  This has the effect of combining multiple short allocated ranges
    into a single range, making for more efficient disk writes in the unzipper.
    bc67baa3