commit | 0895b08adeb3f660cdff21990d0a9c2b59a919e7 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat Jul 16 17:36:53 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 16 17:36:53 2011 -0700 |
tree | c0e96f6775d38b79a8f7a614490f09282ccc855d | |
parent | 05e3aa0949c138803185f92bd7db9be59cfca1be [diff] |
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>