linux/net/decnet
Pavel Emelyanov 3ccd86241b [DECNET]: dn_nl_deladdr() almost always returns no error
As far as I see from the err variable initialization
the dn_nl_deladdr() routine was designed to report errors
like "EADDRNOTAVAIL" and probaby "ENODEV".

But the code sets this err to 0 after the first nlmsg_parse
and goes on, returning this 0 in any case.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Acked-by: Steven Whitehouse <swhiteho@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2007-11-30 23:43:31 +11:00
..
netfilter
Kconfig
Makefile
README
TODO
af_decnet.c [NET]: Forget the zero_it argument of sk_alloc() 2007-11-01 00:39:31 -07:00
dn_dev.c [DECNET]: dn_nl_deladdr() almost always returns no error 2007-11-30 23:43:31 +11:00
dn_fib.c
dn_neigh.c
dn_nsp_in.c
dn_nsp_out.c
dn_route.c [NET]: Make helper to get dst entry and "use" it 2007-11-10 21:28:34 -08:00
dn_rules.c [INET]: Small possible memory leak in FIB rules 2007-11-10 22:12:03 -08:00
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>