Loading fs/btrfs/extent_io.c +1 −2 Original line number Diff line number Diff line Loading @@ -582,7 +582,6 @@ next: if (start <= end && next_node) { state = rb_entry(next_node, struct extent_state, rb_node); if (state->start == start) goto hit_next; } goto search_again; Loading Loading
fs/btrfs/extent_io.c +1 −2 Original line number Diff line number Diff line Loading @@ -582,7 +582,6 @@ next: if (start <= end && next_node) { state = rb_entry(next_node, struct extent_state, rb_node); if (state->start == start) goto hit_next; } goto search_again; Loading