]> git.baikalelectronics.ru Git - kernel.git/commit
neigh: Simply destroy handling wrt. hh_cache.
authorDavid S. Miller <davem@davemloft.net>
Sun, 17 Jul 2011 00:36:53 +0000 (17:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Jul 2011 00:36:53 +0000 (17:36 -0700)
commit98235309950fcec8e821cc258fb3eefca010bc6a
treec0e96f6775d38b79a8f7a614490f09282ccc855d
parentf310450dd2023d56a81eb7f9a7129029c98ffe2f
neigh: Simply destroy handling wrt. hh_cache.

Now that hh_cache entries are embedded inside of neighbour
entries, their lifetimes and accesses are now synchronous
to that of the encompassing neighbour object.

Therefore we don't need to hook up the blackhole op to
hh_output on destroy.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/neighbour.c