Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287896
b: refs/heads/master
c: 9d47c76
h: refs/heads/master
v: v3
  • Loading branch information
Liu Bo authored and David Sterba committed Feb 16, 2012
1 parent e332125 commit b4b3a0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0449314a9cc5a7fb0bd42e2175a3c46f68f3a2b0
refs/heads/master: 9d47c7671dc555e198c7347a173ed37316e0c4c1
5 changes: 0 additions & 5 deletions trunk/fs/btrfs/extent_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -966,8 +966,6 @@ int convert_extent_bit(struct extent_io_tree *tree, u64 start, u64 end,

set_state_bits(tree, state, &bits);
clear_state_bit(tree, state, &clear_bits, 0);

merge_state(tree, state);
if (last_end == (u64)-1)
goto out;

Expand Down Expand Up @@ -1012,7 +1010,6 @@ int convert_extent_bit(struct extent_io_tree *tree, u64 start, u64 end,
if (state->end <= end) {
set_state_bits(tree, state, &bits);
clear_state_bit(tree, state, &clear_bits, 0);
merge_state(tree, state);
if (last_end == (u64)-1)
goto out;
start = last_end + 1;
Expand Down Expand Up @@ -1073,8 +1070,6 @@ int convert_extent_bit(struct extent_io_tree *tree, u64 start, u64 end,

set_state_bits(tree, prealloc, &bits);
clear_state_bit(tree, prealloc, &clear_bits, 0);

merge_state(tree, prealloc);
prealloc = NULL;
goto out;
}
Expand Down

0 comments on commit b4b3a0a

Please sign in to comment.