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)
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>

No differences found