Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299820
b: refs/heads/master
c: 7654b72
h: refs/heads/master
v: v3
  • Loading branch information
Daniel J Blueman authored and Chris Mason committed Apr 27, 2012
1 parent 005a4a9 commit d1d2bcb
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: 1f699d38b6556c393ac80f1c23c2053502a51631
refs/heads/master: 7654b72417e10e294563496e25211200f9b8b6d3
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/relocation.c
Original file line number Diff line number Diff line change
Expand Up @@ -3813,7 +3813,7 @@ static noinline_for_stack int relocate_block_group(struct reloc_control *rc)

ret = btrfs_block_rsv_check(rc->extent_root, rc->block_rsv, 5);
if (ret < 0) {
if (ret != -EAGAIN) {
if (ret != -ENOSPC) {
err = ret;
WARN_ON(1);
break;
Expand Down

0 comments on commit d1d2bcb

Please sign in to comment.