Re: [PATCH] net/*: use SLAB_PANIC

2006-08-28 Thread Alexey Dobriyan
On Mon, Aug 28, 2006 at 01:36:37PM -0700, David Miller wrote: > > ipv6 can be modular, so panicing on a initialization failure is wrong. > > That may be the case, but he merely translated the code > as it existed, he didn't change it to start panic()'ing > it already did. > > It would be a seperate

Re: [PATCH] net/*: use SLAB_PANIC

2006-08-28 Thread David Miller
From: Christoph Hellwig <[EMAIL PROTECTED]> Date: Mon, 28 Aug 2006 10:36:51 +0100 > ipv6 can be modular, so panicing on a initialization failure is wrong. That may be the case, but he merely translated the code as it existed, he didn't change it to start panic()'ing it already did. It would be a

Re: [PATCH] net/*: use SLAB_PANIC

2006-08-28 Thread Christoph Hellwig
On Sun, Aug 27, 2006 at 03:08:41AM +0400, Alexey Dobriyan wrote: > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> > --- > > Forgive me reformatting, in some cases making it fit in 80 columns was hard. > > net/core/flow.c|6 +- > net/core/neighbour.c | 12 >

Re: [PATCH] net/*: use SLAB_PANIC

2006-08-26 Thread David Miller
From: Alexey Dobriyan <[EMAIL PROTECTED]> Date: Sun, 27 Aug 2006 03:08:41 +0400 > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> Applied, thanks. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vg

[PATCH] net/*: use SLAB_PANIC

2006-08-26 Thread Alexey Dobriyan
Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- 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 +++---