Skip to content
Commit 8dabf81d authored by Qi Wang's avatar Qi Wang Committed by Qi Wang
Browse files

Bypass extent_dalloc when retain is enabled.

When retain is enabled, the default dalloc hook does nothing (since we avoid
munmap).  But the overhead preparing the call is high, specifically the extent
de-register and re-register involve locking and extent / rtree modifications.
Bypass the call with retain in this diff.
parent 50b473c8
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