Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309443
b: refs/heads/master
c: 6eb43f4
h: refs/heads/master
i:
  309441: 6102a4b
  309439: 2acd2f5
v: v3
  • Loading branch information
Sage Weil committed May 7, 2012
1 parent 0b9451d commit 883e96f
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: f671d4cd9b36691ac4ef42cde44c1b7a84e13631
refs/heads/master: 6eb43f4b5a2a74599b4ff17a97c03a342327ca65
2 changes: 2 additions & 0 deletions trunk/net/ceph/crush/crush.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ void crush_destroy_bucket_list(struct crush_bucket_list *b)

void crush_destroy_bucket_tree(struct crush_bucket_tree *b)
{
kfree(b->h.perm);
kfree(b->h.items);
kfree(b->node_weights);
kfree(b);
}
Expand Down

0 comments on commit 883e96f

Please sign in to comment.