Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274715
b: refs/heads/master
c: 9510dc4
h: refs/heads/master
i:
  274713: 485a39f
  274711: cb5a19d
v: v3
  • Loading branch information
Ilya Dryomov authored and Chris Mason committed Nov 6, 2011
1 parent cb2b47b commit fd8b7c4
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: 306c8b68c82dfe6b7c9e5b61985760ad5d089205
refs/heads/master: 9510dc4c62252e96dca44a94948327c76774f25b
2 changes: 2 additions & 0 deletions trunk/fs/btrfs/reada.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ static struct reada_extent *reada_find_extent(struct btrfs_root *root,
}
spin_unlock(&fs_info->reada_lock);

kfree(multi);
return re;

error:
Expand All @@ -447,6 +448,7 @@ static struct reada_extent *reada_find_extent(struct btrfs_root *root,
kref_put(&zone->refcnt, reada_zone_release);
spin_unlock(&fs_info->reada_lock);
}
kfree(multi);
kfree(re);
if (looped)
goto again;
Expand Down

0 comments on commit fd8b7c4

Please sign in to comment.