Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: Fix bug in compat SIOCGETSGCNT handling.
Commit 709b46e ("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 <[email protected]>
- Loading branch information