]> git.baikalelectronics.ru Git - kernel.git/commit
[IPV4]: Consolidate the ip cork destruction in ip_output.c
authorPavel Emelyanov <xemul@openvz.org>
Tue, 6 Nov 2007 05:03:24 +0000 (21:03 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 7 Nov 2007 12:08:25 +0000 (04:08 -0800)
commitaeddde8a0b58c3867254fb644417089a3ff25fc6
tree7ee583efb040adb192c63734516b56849d7c6c10
parentb257bc63edc067a18105018463e89af6cd8bb026
[IPV4]: Consolidate the ip cork destruction in ip_output.c

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 <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_output.c