commit | bf138862b162b6eaf3d7336f759f6e6485e481df | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Mon Nov 05 21:04:31 2007 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Nov 07 04:08:26 2007 -0800 |
tree | 1f775c773e6b59663a30c58cfbc36b40013b24c6 | |
parent | 429f08e950a88cd826b203ea898c2f2d0f7db9de [diff] |
[IPV6]: Consolidate the ip cork destruction in ip6_output.c 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 <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>