commit | 01b833ab44c9e484060aad72267fc7e71beb559b | [log] [tgz] |
---|---|---|
author | Konstantin Khlebnikov <khlebnikov@yandex-team.ru> | Mon Jan 14 13:38:43 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 16 13:39:18 2019 -0800 |
tree | 1ba86553f3dcb6878e64ed56ea381bf961e9c53c | |
parent | 400b8b9a2a17918f8ce00786f596f530e7f30d50 [diff] |
net/core/neighbour: fix kmemleak minimal reference count for hash tables This should be 1 for normal allocations, 0 disables leak reporting. Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru> Reported-by: Cong Wang <xiyou.wangcong@gmail.com> Fixes: 85704cb8dcfd ("net/core/neighbour: tell kmemleak about hash tables") Signed-off-by: David S. Miller <davem@davemloft.net>