Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299804
b: refs/heads/master
c: 4735fb2
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and David Sterba committed Apr 18, 2012
1 parent de2a758 commit 6a4d149
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: cdc6a3952558f00b1bc3b6401e1cf98797632fe2
refs/heads/master: 4735fb282830c0966b301dabcccf4753fa6604bb
2 changes: 2 additions & 0 deletions trunk/fs/btrfs/backref.c
Original file line number Diff line number Diff line change
Expand Up @@ -1414,6 +1414,8 @@ struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root,

void free_ipath(struct inode_fs_paths *ipath)
{
if (!ipath)
return;
kfree(ipath->fspath);
kfree(ipath);
}

0 comments on commit 6a4d149

Please sign in to comment.