Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374891
b: refs/heads/master
c: 5ec8dca
h: refs/heads/master
i:
  374889: 79264be
  374887: 484abd6
v: v3
  • Loading branch information
Josef Bacik committed May 6, 2013
1 parent 53db2e4 commit 707ecc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: fb7669b5a0695922a9813bb103303db3d7c79c8d
refs/heads/master: 5ec8dca7617b77afb0e3c7e6271089172b498546
7 changes: 0 additions & 7 deletions trunk/fs/btrfs/tree-log.c
Original file line number Diff line number Diff line change
Expand Up @@ -2161,7 +2161,6 @@ static int walk_log_tree(struct btrfs_trans_handle *trans,
int wret;
int level;
struct btrfs_path *path;
int i;
int orig_level;

path = btrfs_alloc_path();
Expand Down Expand Up @@ -2218,12 +2217,6 @@ static int walk_log_tree(struct btrfs_trans_handle *trans,
}

out:
for (i = 0; i <= orig_level; i++) {
if (path->nodes[i]) {
free_extent_buffer(path->nodes[i]);
path->nodes[i] = NULL;
}
}
btrfs_free_path(path);
return ret;
}
Expand Down

0 comments on commit 707ecc3

Please sign in to comment.