]> git.baikalelectronics.ru Git - kernel.git/commit
[AX.25]: Mark all kmalloc users __must_check
authorRalf Baechle <ralf@linux-mips.org>
Thu, 14 Dec 2006 23:49:28 +0000 (15:49 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 18 Dec 2006 05:59:07 +0000 (21:59 -0800)
commit407f729f16f54d2e714430536e7306de02b9be59
tree4685070018632e00437fbb368b28d6cc1ebc467e
parent2db325acdbb49137e502071698ee92273495c70c
[AX.25]: Mark all kmalloc users __must_check

The recent fix 136ef4398310b0df613c4285795a04dfbe9b7adf made obvious that
error values were not being propagated through the AX.25 stack.  To help
with that this patch marks all kmalloc users in the AX.25, NETROM and
ROSE stacks as __must_check.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ax25.h
include/net/rose.h
net/ax25/af_ax25.c
net/ax25/ax25_route.c
net/netrom/nr_route.c
net/rose/rose_route.c