mirror of
https://github.com/kdave/btrfs-progs
synced 2025-03-11 05:07:51 +00:00
Fix a typo in btrfs-progs/extent_map.c
Hello, update_extent_state is called with wrong parameter in merge_state.
This commit is contained in:
parent
d1b729ac2b
commit
e80e7da3b6
@ -123,7 +123,7 @@ static int merge_state(struct extent_map_tree *tree,
|
||||
if (other->start == state->end + 1 &&
|
||||
other->state == state->state) {
|
||||
other->start = state->start;
|
||||
update_extent_state(state);
|
||||
update_extent_state(other);
|
||||
remove_cache_extent(&tree->state, &state->cache_node);
|
||||
free_extent_state(state);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user