X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=kernel%2Fcgroup_pids.c;h=a57242e0d5a69fa26642c78132e4f8675aba6f9f;hb=badebe9c058c916d41f7ea03006c490b7d85a8b9;hp=2bd673783f1a9520bddd689da959217d77797ce4;hpb=92cf44e284d0c2e456d43c0951107a4ec046ef1c;p=mirror_ubuntu-zesty-kernel.git diff --git a/kernel/cgroup_pids.c b/kernel/cgroup_pids.c index 2bd673783f1a..a57242e0d5a6 100644 --- a/kernel/cgroup_pids.c +++ b/kernel/cgroup_pids.c @@ -229,7 +229,7 @@ static int pids_can_fork(struct task_struct *task) /* Only log the first time events_limit is incremented. */ if (atomic64_inc_return(&pids->events_limit) == 1) { pr_info("cgroup: fork rejected by pids controller in "); - pr_cont_cgroup_path(task_cgroup(current, pids_cgrp_id)); + pr_cont_cgroup_path(css->cgroup); pr_cont("\n"); } cgroup_file_notify(&pids->events_file);