]> Pileus Git - ~andy/linux/commit
ipv6: Compilation fix for compat MCAST_MSFILTER sockopts.
authorPavel Emelyanov <xemul@openvz.org>
Wed, 30 Apr 2008 21:49:54 +0000 (14:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Apr 2008 21:49:54 +0000 (14:49 -0700)
commit809917903127804c2b2ac76342ab0f29f4b394d3
treeedf76f1f853740f027d87f881035b41291d859d3
parent159131149c2f56c1da5ae5e23ab9d5acef4916d1
ipv6: Compilation fix for compat MCAST_MSFILTER sockopts.

The last hunk from the commit dae50295 (ipv4/ipv6 compat: Fix SSM
applications on 64bit kernels.) escaped from the compat_ipv6_setsockopt
to the ipv6_getsockopt (I guess due to patch smartness wrt searching
for context) thus breaking 32-bit and 64-bit-without-compat compilation.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Acked-by: David L Stevens <dlstevens@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ipv6_sockglue.c