Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254751
b: refs/heads/master
c: 508794e
h: refs/heads/master
i:
  254749: 25594ab
  254747: f259350
  254743: f180f80
  254735: a95f2b2
  254719: 48ecc37
v: v3
  • Loading branch information
Josef Bacik authored and Chris Mason committed Jul 6, 2011
1 parent b559241 commit 183b2eb
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0942caa373c676dca614ea8352ac77e0270aba73
refs/heads/master: 508794eb5ec2a2b832742e78c6766844b10c0c94
3 changes: 2 additions & 1 deletion trunk/fs/btrfs/volumes.c
Original file line number Diff line number Diff line change
Expand Up @@ -2098,7 +2098,8 @@ int btrfs_balance(struct btrfs_root *dev_root)
chunk_root->root_key.objectid,
found_key.objectid,
found_key.offset);
BUG_ON(ret && ret != -ENOSPC);
if (ret && ret != -ENOSPC)
goto error;
key.offset = found_key.offset - 1;
}
ret = 0;
Expand Down

0 comments on commit 183b2eb

Please sign in to comment.