From: Octavian Purdila Date: Wed, 25 Jun 2014 14:09:52 +0000 (+0300) Subject: net: remove inet6_reqsk_alloc X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~253^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=476eab8251641ea2ae4666ca8a1436ebc2b8e9c3;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed