Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262238
b: refs/heads/master
c: b783e62
h: refs/heads/master
v: v3
  • Loading branch information
Josef Bacik authored and Chris Mason committed Aug 1, 2011
1 parent 2c78f9d commit 2f60a20
Show file tree
Hide file tree
Showing 2 changed files with 4 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: bf5f32ecb6caac52b4d1c083251b3dd4f40a0b7a
refs/heads/master: b783e62d9620445d1ca3de76badf0468cdd329ba
4 changes: 3 additions & 1 deletion trunk/fs/btrfs/extent-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -4462,7 +4462,9 @@ static int __btrfs_free_extent(struct btrfs_trans_handle *trans,
printk(KERN_ERR "umm, got %d back from search"
", was looking for %llu\n", ret,
(unsigned long long)bytenr);
btrfs_print_leaf(extent_root, path->nodes[0]);
if (ret > 0)
btrfs_print_leaf(extent_root,
path->nodes[0]);
}
BUG_ON(ret);
extent_slot = path->slots[0];
Expand Down

0 comments on commit 2f60a20

Please sign in to comment.