Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-microblaze.git] / net / core / sysctl_net_core.c
index b109cc8..f93f8ac 100644 (file)
@@ -128,7 +128,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;