From: David S. Miller Date: Fri, 4 Feb 2011 01:21:31 +0000 (-0800) Subject: net: Fix bug in compat SIOCGETSGCNT handling. X-Git-Tag: v2.6.38-rc4~15^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0033d5ad27a6db33a55ff39951d3ec61a8c13b89;p=pandora-kernel.git net: Fix bug in compat SIOCGETSGCNT handling. Commit 709b46e8d90badda1898caea50483c12af178e96 ("net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNT") added the correct plumbing to handle SIOCGETSGCNT properly. However, whilst definiting a proper "struct compat_sioc_sg_req" it isn't actually used in ipmr_compat_ioctl(). Correct this oversight. Signed-off-by: David S. Miller --- Reading git-diff-tree failed