Skip to content
Commit 1aeea0f3 authored by Jason Evans's avatar Jason Evans
Browse files

Simplify extent_quantize().

2cdf07ab (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.
parent a2af09f0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment