]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
cgroups: Replace synchronize_sched() with synchronize_rcu()
authorPaul E. McKenney <paulmck@linux.ibm.com>
Wed, 7 Nov 2018 22:11:40 +0000 (14:11 -0800)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Sat, 1 Dec 2018 20:38:49 +0000 (12:38 -0800)
Now that synchronize_rcu() waits for preempt-disable regions of code
as well as RCU read-side critical sections, synchronize_sched() can be
replaced by synchronize_rcu().  This commit therefore makes this change,
even though it is but a comment.

Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Dennis Zhou <dennis@kernel.org>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: "Dennis Zhou (Facebook)" <dennisszhou@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
kernel/cgroup/cgroup.c

index 6aaf5dd5383bba294719772bc76b7c1664d54ea9..7a8429f8e2803fe89b337143ea181fe7f7907913 100644 (file)
@@ -5343,7 +5343,7 @@ int __init cgroup_init(void)
        cgroup_rstat_boot();
 
        /*
-        * The latency of the synchronize_sched() is too high for cgroups,
+        * The latency of the synchronize_rcu() is too high for cgroups,
         * avoid it at the cost of forcing all readers into the slow path.
         */
        rcu_sync_enter_start(&cgroup_threadgroup_rwsem.rss);