Re: [PATCH 2/2][IPV6] Consolidate the ip cork destruction in ip6_output.c

2007-11-05 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Fri, 02 Nov 2007 19:05:38 +0300 > The ip6_push_pending_frames and ip6_flush_pending_frames do the > same things to flush the sock's cork. Move this into a separate > function and save ~100 bytes from the .text > > Signed-off-by: Pavel Emelyanov <[EM

[PATCH 2/2][IPV6] Consolidate the ip cork destruction in ip6_output.c

2007-11-02 Thread Pavel Emelyanov
The ip6_push_pending_frames and ip6_flush_pending_frames do the same things to flush the sock's cork. Move this into a separate function and save ~100 bytes from the .text Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> --- diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index 653f