cgroup/cpuset: Update stale generate_sched_domains() comments
authorJuri Lelli <juri.lelli@redhat.com>
Wed, 19 Dec 2018 13:34:44 +0000 (14:34 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 19 Apr 2019 17:44:14 +0000 (19:44 +0200)
commitb6fbbf31d15b5072250ec6ed79e415a1160e5621
treeb7fe9cec52aacc6ba5758462469788bd9d53a69d
parent1a8b4540db732ca16c9e43ac7c08b1b8f0b252d8
cgroup/cpuset: Update stale generate_sched_domains() comments

Commit:

  fc560a26acce ("cpuset: replace cpuset->stack_list with cpuset_for_each_descendant_pre()")

removed the local list (q) that was used to perform a top-down scan
of all cpusets; however, comments mentioning it were not updated.

Update comments to reflect current implementation.

Signed-off-by: Juri Lelli <juri.lelli@redhat.com>
Acked-by: Tejun Heo <tj@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: cgroups@vger.kernel.org
Cc: lizefan@huawei.com
Link: http://lkml.kernel.org/r/20181219133445.31982-1-juri.lelli@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/cgroup/cpuset.c