Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200355
b: refs/heads/master
c: 3bf84a5
h: refs/heads/master
i:
  200353: 609f19e
  200351: d20f743
v: v3
  • Loading branch information
Yan, Zheng authored and Chris Mason committed Jun 11, 2010
1 parent b48dcf5 commit d0d7d0b
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: 046f264f6b3b2cf7e5a1769fc92335d8a9316282
refs/heads/master: 3bf84a5a834d13e7c5c3e8e5b5c6b26012118dd8
3 changes: 2 additions & 1 deletion trunk/fs/btrfs/extent-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -4360,7 +4360,8 @@ void btrfs_free_tree_block(struct btrfs_trans_handle *trans,

block_rsv = get_block_rsv(trans, root);
cache = btrfs_lookup_block_group(root->fs_info, buf->start);
BUG_ON(block_rsv->space_info != cache->space_info);
if (block_rsv->space_info != cache->space_info)
goto out;

if (btrfs_header_generation(buf) == trans->transid) {
if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) {
Expand Down

0 comments on commit d0d7d0b

Please sign in to comment.