diff --git a/[refs] b/[refs] index 0c7f154b8912..95394c5a39f7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5d65bc0ca1bceb73204dab943922ba3c83276a8c +refs/heads/master: 130e3695a3edf6bf21464f2826720a79a6afdee0 diff --git a/trunk/kernel/cgroup.c b/trunk/kernel/cgroup.c index ce27351e9249..a893985601e9 100644 --- a/trunk/kernel/cgroup.c +++ b/trunk/kernel/cgroup.c @@ -1079,7 +1079,6 @@ static int rebind_subsystems(struct cgroupfs_root *root, } } root->subsys_mask = root->actual_subsys_mask = final_subsys_mask; - synchronize_rcu(); return 0; }