Преглед изворни кода

cgroup: export cgrp_dfl_root

While cgroup subsystems can't be modules, blkcg supports dynamically
loadable policies which interact with cgroup core.  Export
cgrp_dfl_root so that cgroup_on_dfl() can be used in those modules.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Li Zefan <lizefan@huawei.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Tejun Heo пре 10 година
родитељ
комит
d0ec4230a0
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      kernel/cgroup.c

+ 1 - 0
kernel/cgroup.c

@@ -145,6 +145,7 @@ static const char *cgroup_subsys_name[] = {
  * part of that cgroup.
  * part of that cgroup.
  */
  */
 struct cgroup_root cgrp_dfl_root;
 struct cgroup_root cgrp_dfl_root;
+EXPORT_SYMBOL_GPL(cgrp_dfl_root);
 
 
 /*
 /*
  * The default hierarchy always exists but is hidden until mounted for the
  * The default hierarchy always exists but is hidden until mounted for the