From: Jiri Pirko Date: Thu, 3 May 2012 22:37:45 +0000 (+0000) Subject: net: IP_MULTICAST_IF setsockopt now recognizes struct mreq X-Git-Tag: v3.5-rc1~109^2~147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a084ddb4bf299a6e898a9a07c89f3917f0713f7;p=pandora-kernel.git net: IP_MULTICAST_IF setsockopt now recognizes struct mreq Until now, struct mreq has not been recognized and it was worked with as with struct in_addr. That means imr_multiaddr was copied to imr_address. So do recognize struct mreq here and copy that correctly. Signed-off-by: Jiri Pirko Signed-off-by: David S. Miller --- Reading git-diff-tree failed