Skip to content

Commit

Permalink
extent_can_acquire_neighbor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored and interwq committed Jun 19, 2021
1 parent 2381efa commit 4fb93a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/jemalloc/internal/extent.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ extent_can_acquire_neighbor(edata_t *edata, rtree_contents_t contents,
bool neighbor_is_head = contents.metadata.is_head;
if (!extent_neighbor_head_state_mergeable(edata_is_head_get(edata),
neighbor_is_head, forward)) {
return NULL;
return false;
}
extent_state_t neighbor_state = contents.metadata.state;
if (pai == EXTENT_PAI_PAC) {
Expand Down

0 comments on commit 4fb93a1

Please sign in to comment.