Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131438
b: refs/heads/master
c: 7951f3c
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Mahoney authored and Chris Mason committed Feb 12, 2009
1 parent 52b08ac commit 92f6ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: b335b0034e252e79ec2e9c6697f5d663c4627bec
refs/heads/master: 7951f3cefbd711f4429a0cd014aa83a844c399a0
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/ctree.c
Original file line number Diff line number Diff line change
Expand Up @@ -917,9 +917,9 @@ static noinline int balance_level(struct btrfs_trans_handle *trans,

/* promote the child to a root */
child = read_node_slot(root, mid, 0);
BUG_ON(!child);
btrfs_tree_lock(child);
btrfs_set_lock_blocking(child);
BUG_ON(!child);
ret = btrfs_cow_block(trans, root, child, mid, 0, &child, 0);
BUG_ON(ret);

Expand Down

0 comments on commit 92f6ee1

Please sign in to comment.