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
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