Loading fs/btrfs/extent_io.c +7 −9 Original line number Original line Diff line number Diff line Loading @@ -1262,15 +1262,6 @@ int convert_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, goto out; goto out; } } goto search_again; out: spin_unlock(&tree->lock); if (prealloc) free_extent_state(prealloc); return err; search_again: search_again: if (start > end) if (start > end) goto out; goto out; Loading @@ -1279,6 +1270,13 @@ int convert_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, cond_resched(); cond_resched(); first_iteration = false; first_iteration = false; goto again; goto again; out: spin_unlock(&tree->lock); if (prealloc) free_extent_state(prealloc); return err; } } /* wrappers around set/clear extent bit */ /* wrappers around set/clear extent bit */ Loading Loading
fs/btrfs/extent_io.c +7 −9 Original line number Original line Diff line number Diff line Loading @@ -1262,15 +1262,6 @@ int convert_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, goto out; goto out; } } goto search_again; out: spin_unlock(&tree->lock); if (prealloc) free_extent_state(prealloc); return err; search_again: search_again: if (start > end) if (start > end) goto out; goto out; Loading @@ -1279,6 +1270,13 @@ int convert_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, cond_resched(); cond_resched(); first_iteration = false; first_iteration = false; goto again; goto again; out: spin_unlock(&tree->lock); if (prealloc) free_extent_state(prealloc); return err; } } /* wrappers around set/clear extent bit */ /* wrappers around set/clear extent bit */ Loading