diff options
author | Chris Mason <clm@fb.com> | 2017-11-17 13:45:45 -0800 |
---|---|---|
committer | Chris Mason <clm@fb.com> | 2017-12-17 17:33:04 -0800 |
commit | 3c0ac24b4e67239776a64f4eb036aa5cbd15a029 (patch) | |
tree | ea9b394305e21136cd95d9001f6ba92c1492b5f7 /kernel | |
parent | 2e032c72c43e8008be45f23376d9e24d75c3d85f (diff) | |
download | linux-next-3c0ac24b4e67239776a64f4eb036aa5cbd15a029.tar.gz |
cgroup2: export symbol init_css_set
Btrfs needs this exported to check for IO controls in place
Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/cgroup/cgroup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/cgroup/cgroup.c b/kernel/cgroup/cgroup.c index 0b1ffe147f24..ea6135518f75 100644 --- a/kernel/cgroup/cgroup.c +++ b/kernel/cgroup/cgroup.c @@ -680,6 +680,7 @@ struct css_set init_css_set = { */ .dfl_cgrp = &cgrp_dfl_root.cgrp, }; +EXPORT_SYMBOL_GPL(init_css_set); static int css_set_count = 1; /* 1 for init_css_set */ |