Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165887
b: refs/heads/master
c: e48c465
h: refs/heads/master
i:
  165885: 7afe827
  165883: daefc84
  165879: b2319e4
  165871: df1b0ca
  165855: 9d78fc8
  165823: 04c5343
  165759: 6116f09
  165631: ac58b48
  165375: f5d0b40
  164863: 2e05ccb
  163839: 820908f
v: v3
  • Loading branch information
Chris Mason committed Sep 11, 2009
1 parent a3e5601 commit 0599574
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 890871be854b5f5e43e7ba2475f706209906cc24
refs/heads/master: e48c465bb366c0169f7908bfe62ae7080874ee7d
4 changes: 2 additions & 2 deletions trunk/fs/btrfs/extent_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -367,10 +367,10 @@ static int insert_state(struct extent_io_tree *tree,
}
if (bits & EXTENT_DIRTY)
tree->dirty_bytes += end - start + 1;
set_state_cb(tree, state, bits);
state->state |= bits;
state->start = start;
state->end = end;
set_state_cb(tree, state, bits);
state->state |= bits;
node = tree_insert(&tree->state, end, &state->rb_node);
if (node) {
struct extent_state *found;
Expand Down

0 comments on commit 0599574

Please sign in to comment.