Re: [PATCH] net/*: use SLAB_PANIC
From: Christoph Hellwig <hch@infradead.org>
Date: 2006-08-28 09:37:12
From: Christoph Hellwig <hch@infradead.org>
Date: 2006-08-28 09:37:12
On Sun, Aug 27, 2006 at 03:08:41AM +0400, Alexey Dobriyan wrote:
Signed-off-by: Alexey Dobriyan <redacted> --- Forgive me reformatting, in some cases making it fit in 80 columns was hard. net/core/flow.c | 6 +----- net/core/neighbour.c | 12 ++++-------- net/core/skbuff.c | 9 ++------- net/decnet/dn_route.c | 11 +++-------- net/ipv4/inetpeer.c | 5 +---- net/ipv4/ipmr.c | 5 +---- net/ipv4/route.c | 10 +++------- net/ipv4/tcp.c | 4 +--- net/ipv6/ip6_fib.c | 4 +--- net/ipv6/route.c | 10 +++-------
ipv6 can be modular, so panicing on a initialization failure is wrong.