commit | 1aeea0f39143a658caf34c44ac59cb7fc6bb5749 | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Fri Nov 11 22:46:55 2016 -0800 |
committer | Jason Evans <jasone@canonware.com> | Fri Nov 11 22:46:55 2016 -0800 |
tree | cb6f6e83d0abbddf4f011095e9c9a113325c4458 | |
parent | a2af09f0253769cb08656ae8828a3d70123ce5bd [diff] |
Simplify extent_quantize(). 2cdf07aba971d1e21edc203e7d4073b6ce8e72b9 (Fix extent_quantize() to handle greater-than-huge-size extents.) solved a non-problem; the expression passed in to index2size() was never too large. However the expression could in principle underflow, so fix the actual (latent) bug and remove unnecessary complexity.