]> git.baikalelectronics.ru Git - kernel.git/commit
neigh: Get rid of neigh_table->kmem_cachep
authorDavid Miller <davem@davemloft.net>
Mon, 25 Jul 2011 00:01:22 +0000 (00:01 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Nov 2011 23:46:43 +0000 (18:46 -0500)
commit5c7fb51e399134f717cded311ad28ae21b1412b3
tree40ba4f43e875c830aefc3aef42fc05510b624922
parent370571cccd9631be9bc36e4b65455cbfbb01afc8
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>
include/net/neighbour.h
net/core/neighbour.c