net/sysctl: use cpumask_parse in flow_limit_cpu_sysctl
[linux-2.6-microblaze.git] / net / core / sysctl_net_core.c
index 0ddb13a..d14d049 100644 (file)
@@ -126,7 +126,7 @@ static int flow_limit_cpu_sysctl(struct ctl_table *table, int write,
                return -ENOMEM;
 
        if (write) {
-               ret = cpumask_parse_user(buffer, *lenp, mask);
+               ret = cpumask_parse(buffer, mask);
                if (ret)
                        goto done;