commit | 0033d5ad27a6db33a55ff39951d3ec61a8c13b89 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Feb 03 17:21:31 2011 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 03 17:21:31 2011 -0800 |
tree | 4312ad7fb4821ccd38a4a0aba64b6bb560d53733 | |
parent | 9690c636ac118b6662f28308bee817343d9932d8 [diff] |
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 <davem@davemloft.net>