Re: [PATCH net-next 16/21] decnet: take dst->__refcnt when struct dn_route is created

2017-06-17 Thread kbuild test robot
Hi Wei, [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Wei-Wang/remove-dst-garbage-collector-logic/20170617-181755 config: ia64-allmodconfig (attached as .config) compiler: ia64-linux-gcc (GCC) 6.2.0 reproduce: wget https://raw.githubusercont

[PATCH net-next 16/21] decnet: take dst->__refcnt when struct dn_route is created

2017-06-16 Thread Wei Wang
From: Wei Wang struct dn_route is inserted into dn_rt_hash_table but no dst->__refcnt is taken. This patch makes sure the dn_rt_hash_table's reference to the dst is ref counted. As the dst is always ref counted properly, we can safely mark DST_NOGC flag so dst_release() will release dst based on