]> git.openfabrics.org - ~emulex/infiniband.git/commit
net: remove inet6_reqsk_alloc
authorOctavian Purdila <octavian.purdila@intel.com>
Wed, 25 Jun 2014 14:09:52 +0000 (17:09 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Jun 2014 22:53:35 +0000 (15:53 -0700)
commit476eab8251641ea2ae4666ca8a1436ebc2b8e9c3
tree0340d1b0bc5520c413720a619bd476e26c56d916
parentaa27fc501850030fb5d1ee705feb836ee6a21f2a
net: remove inet6_reqsk_alloc

Since pktops is only used for IPv6 only and opts is used for IPv4
only, we can move these fields into a union and this allows us to drop
the inet6_reqsk_alloc function as after this change it becomes
equivalent with inet_reqsk_alloc.

This patch also fixes a kmemcheck issue in the IPv6 stack: the flags
field was not annotated after a request_sock was allocated.

Signed-off-by: Octavian Purdila <octavian.purdila@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/ipv6.h
include/net/inet_sock.h
net/dccp/ipv6.c
net/ipv6/syncookies.c
net/ipv6/tcp_ipv6.c