Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231762
b: refs/heads/master
c: ff175d5
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and Chris Mason committed Jan 16, 2011
1 parent 7cfa254 commit 46a20a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 20b450773d17e325190c158e10bfdb25dc21d2d6
refs/heads/master: ff175d57f057f77d2d3031d674c2af9167a4af02
2 changes: 2 additions & 0 deletions trunk/fs/btrfs/ctree.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ noinline void btrfs_clear_path_blocking(struct btrfs_path *p,
/* this also releases the path */
void btrfs_free_path(struct btrfs_path *p)
{
if (!p)
return;
btrfs_release_path(NULL, p);
kmem_cache_free(btrfs_path_cachep, p);
}
Expand Down

0 comments on commit 46a20a2

Please sign in to comment.