Orabug:
14306942
RDS will be using devinet_ioctl() to implement IP failover/fallback for IB
devices to support active/active. This is an enhancement request to export
devinet_ioctl() so non-kernel modules such as RDS can use it.
Signed-off-by: Maxim Uvarov <maxim.uvarov@oracle.com>
ret = copy_to_user(arg, &ifr, sizeof(struct ifreq)) ? -EFAULT : 0;
goto out;
}
+EXPORT_SYMBOL(devinet_ioctl);
static int inet_gifconf(struct net_device *dev, char __user *buf, int len)
{