Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274669
b: refs/heads/master
c: 10b2f34
h: refs/heads/master
i:
  274667: 5e1f003
v: v3
  • Loading branch information
Ilya Dryomov authored and David Sterba committed Oct 20, 2011
1 parent b47d126 commit d00e078
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: fee187d9d9ddc382c81370a9a280391132dea2e1
refs/heads/master: 10b2f34d6e7fbe07f498cb2006272e9a561f5e60
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/extent-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -7312,7 +7312,7 @@ int btrfs_remove_block_group(struct btrfs_trans_handle *trans,
goto out;
}

inode = lookup_free_space_inode(root, block_group, path);
inode = lookup_free_space_inode(tree_root, block_group, path);
if (!IS_ERR(inode)) {
ret = btrfs_orphan_add(trans, inode);
BUG_ON(ret);
Expand Down

0 comments on commit d00e078

Please sign in to comment.