commit | f394722fb0d0f701119368959d7cd0ecbc46363a | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Sat Dec 07 12:23:21 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 09 09:48:47 2019 -0800 |
tree | d3838cf1766c2faf7a89520aed6c8e59ee8c0bed | |
parent | 43aad8104bdaa7176a8f87143ac0e559bc891293 [diff] |
neighbour: remove neigh_cleanup() method neigh_cleanup() has not been used for seven years, and was a wrong design. Messing with shared pointer in bond_neigh_init() without proper memory barriers would at least trigger syzbot complains eventually. It is time to remove this stuff. Fixes: b63b70d87741 ("IPoIB: Use a private hash table for path lookup in xmit path") Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>