Re: [PATCH 1/2][IPV4] Consolidate the ip cork destruction in ip_output.c

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

[PATCH 1/2][IPV4] Consolidate the ip cork destruction in ip_output.c

2007-11-02 Thread Pavel Emelyanov
The ip_push_pending_frames and ip_flush_pending_frames do the same things to flush the sock's cork. Move this into a separate function and save ~80 bytes from the .text Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> --- diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index e5f7dc2..