commit | 5b8b0060cbd6332ae5d1fa0bec0e8e211248d0e7 | [log] [tgz] |
---|---|---|
author | David Miller <davem@davemloft.net> | Mon Jul 25 00:01:22 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 30 18:46:43 2011 -0500 |
tree | 40ba4f43e875c830aefc3aef42fc05510b624922 | |
parent | 1026fec8739663621d64216ba939c23bc1d089b7 [diff] |
neigh: Get rid of neigh_table->kmem_cachep We are going to alloc for device specific private areas for neighbour entries, and in order to do that we have to move away from the fixed allocation size enforced by using neigh_table->kmem_cachep As a nice side effect we can now use kfree_rcu(). Signed-off-by: David S. Miller <davem@davemloft.net>