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)
commit0895b08adeb3f660cdff21990d0a9c2b59a919e7
treec0e96f6775d38b79a8f7a614490f09282ccc855d
parent05e3aa0949c138803185f92bd7db9be59cfca1be
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