Re: [patch 3/5] ipv6: make frag to return an error at initialization

2007-12-11 Thread David Miller
From: Daniel Lezcano <[EMAIL PROTECTED]> Date: Mon, 10 Dec 2007 16:09:13 +0100 > This patch makes the frag_init to return an error code, so the af_inet6 > module can handle the error. > > Signed-off-by: Daniel Lezcano <[EMAIL PROTECTED]> Applied, thanks! -- To unsubscribe from this list: send th

[patch 3/5] ipv6: make frag to return an error at initialization

2007-12-10 Thread Daniel Lezcano
This patch makes the frag_init to return an error code, so the af_inet6 module can handle the error. Signed-off-by: Daniel Lezcano <[EMAIL PROTECTED]> --- include/net/transp_v6.h |3 ++- net/ipv6/af_inet6.c |8 ++-- net/ipv6/reassembly.c | 16 +--- 3 files changed,