Re: [PATCH 4/9] Consolidate the xxx_frag_kill

2007-10-15 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Fri, 12 Oct 2007 17:12:43 +0400 > Since now all the xxx_frag_kill functions now work > with the generic inet_frag_queue data type, this can > be moved into a common place. > > The xxx_unlink() code is moved as well. > > Signed-off-by: Pavel Emelyan

[PATCH 4/9] Consolidate the xxx_frag_kill

2007-10-12 Thread Pavel Emelyanov
Since now all the xxx_frag_kill functions now work with the generic inet_frag_queue data type, this can be moved into a common place. The xxx_unlink() code is moved as well. Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> --- diff --git a/include/net/inet_frag.h b/include/net/inet_frag.h ind