]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - net/ipv4/ip_output.c
ipv4: Initialize on-stack cork more efficiently.
authorDavid S. Miller <davem@davemloft.net>
Fri, 6 May 2011 22:06:01 +0000 (15:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 May 2011 22:37:57 +0000 (15:37 -0700)
commitb80d72261aec5e763a76497eba5fddc84833a154
tree08480c09ea98195bbc48d5e52282b7129ccfd98b
parentbdc712b4c2baf9515887de3a52e7ecd89fafc0c7
ipv4: Initialize on-stack cork more efficiently.

ip_setup_cork() explicitly initializes every member of
inet_cork except flags, addr, and opt.  So we can simply
set those three members to zero instead of using a
memset() via an empty struct assignment.

Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
net/ipv4/ip_output.c