|
@@ -1727,10 +1727,10 @@ int ndisc_ifinfo_sysctl_change(struct ctl_table *ctl, int write, struct file * f
|
|
return ret;
|
|
return ret;
|
|
}
|
|
}
|
|
|
|
|
|
-static int ndisc_ifinfo_sysctl_strategy(ctl_table *ctl, int __user *name,
|
|
|
|
- int nlen, void __user *oldval,
|
|
|
|
- size_t __user *oldlenp,
|
|
|
|
- void __user *newval, size_t newlen)
|
|
|
|
|
|
+int ndisc_ifinfo_sysctl_strategy(ctl_table *ctl, int __user *name,
|
|
|
|
+ int nlen, void __user *oldval,
|
|
|
|
+ size_t __user *oldlenp,
|
|
|
|
+ void __user *newval, size_t newlen)
|
|
{
|
|
{
|
|
struct net_device *dev = ctl->extra1;
|
|
struct net_device *dev = ctl->extra1;
|
|
struct inet6_dev *idev;
|
|
struct inet6_dev *idev;
|