commit | d324ca8933d4f9c3bca7e552be9805525726d1be | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Tue Mar 24 12:33:12 2015 -0700 |
committer | Jason Evans <jasone@canonware.com> | Tue Mar 24 12:33:12 2015 -0700 |
tree | ca26893d4b955e3259df09f0a2e3df76efabde3a | |
parent | ef0a0cc3283ea561a40b33f4325d54bbc351de21 [diff] |
Fix arena_get() usage. Fix arena_get() calls that specify refresh_if_missing=false. In ctl_refresh() and ctl.c's arena_purge(), these calls attempted to only refresh once, but did so in an unreliable way. arena_i_lg_dirty_mult_ctl() was simply wrong to pass refresh_if_missing=false.