WSL2-Linux-Kernel/net/decnet
Yajun Deng bebc3bbf51 net: decnet: Fix refcount warning for new dn_fib_info
fib_treeref needs to be set after kzalloc. The old code had a ++ which
led to the confusion when the int was replaced by a refcount_t.

Fixes: 79976892f7 ("net: convert fib_treeref from int to refcount_t")
Signed-off-by: Yajun Deng <yajun.deng@linux.dev>
Reviewed-by: David Ahern <dsahern@kernel.org>
Link: https://lore.kernel.org/r/20210803073739.22339-1-yajun.deng@linux.dev
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2021-08-03 14:23:22 -07:00
..
netfilter
Kconfig
Makefile
README
af_decnet.c net: decnet: Fix sleeping inside in af_decnet 2021-07-16 14:06:16 -07:00
dn_dev.c
dn_fib.c net: decnet: Fix refcount warning for new dn_fib_info 2021-08-03 14:23:22 -07:00
dn_neigh.c
dn_nsp_in.c decnet: Fix spelling mistakes 2021-06-02 14:01:55 -07:00
dn_nsp_out.c decnet: Fix spelling mistakes 2021-06-02 14:01:55 -07:00
dn_route.c decnet: Fix spelling mistakes 2021-06-02 14:01:55 -07:00
dn_rules.c
dn_table.c
dn_timer.c
sysctl_net_decnet.c

README

                       Linux DECnet Project
                      ======================

The documentation for this kernel subsystem is available in the
Documentation/networking subdirectory of this distribution and also
on line at http://www.chygwyn.com/DECnet/

Steve Whitehouse <SteveW@ACM.org>