Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72096
b: refs/heads/master
c: bfb85c9
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and David S. Miller committed Oct 22, 2007
1 parent b7aff1d commit 147132c
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 33b0c4fe6d0dd19fc7c9b801855f55c5260f2858
refs/heads/master: bfb85c9f753a7172bd962e8717118191dfd612cc
3 changes: 3 additions & 0 deletions trunk/net/core/neighbour.c
Original file line number Diff line number Diff line change
Expand Up @@ -1438,6 +1438,9 @@ int neigh_table_clear(struct neigh_table *tbl)
free_percpu(tbl->stats);
tbl->stats = NULL;

kmem_cache_destroy(tbl->kmem_cachep);
tbl->kmem_cachep = NULL;

return 0;
}

Expand Down

0 comments on commit 147132c

Please sign in to comment.