Skip to content
Commit 2cdf07ab authored by Jason Evans's avatar Jason Evans
Browse files

Fix extent_quantize() to handle greater-than-huge-size extents.

Allocation requests can't directly create extents that exceed
HUGE_MAXCLASS, but extent merging can create them.

This fixes a regression caused by
8a03cf03 (Implement cache index
randomization for large allocations.) and first released in 4.0.0.

This resolves #497.
parent e916d55b
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