diff options
Diffstat (limited to 'kernel/cgroup/cgroup.c')
-rw-r--r-- | kernel/cgroup/cgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup/cgroup.c b/kernel/cgroup/cgroup.c index 8be1da1ebd9a..a7ce73a2c401 100644 --- a/kernel/cgroup/cgroup.c +++ b/kernel/cgroup/cgroup.c | |||
@@ -1891,7 +1891,7 @@ static int cgroup_reconfigure(struct fs_context *fc) | |||
1891 | */ | 1891 | */ |
1892 | static bool use_task_css_set_links __read_mostly; | 1892 | static bool use_task_css_set_links __read_mostly; |
1893 | 1893 | ||
1894 | static void cgroup_enable_task_cg_lists(void) | 1894 | void cgroup_enable_task_cg_lists(void) |
1895 | { | 1895 | { |
1896 | struct task_struct *p, *g; | 1896 | struct task_struct *p, *g; |
1897 | 1897 | ||