X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=kernel%2Fcgroup_pids.c;h=a57242e0d5a69fa26642c78132e4f8675aba6f9f;hb=f14180d091364aeb1473123614327452e3a2a1cb;hp=2bd673783f1a9520bddd689da959217d77797ce4;hpb=755b20f49220683bc2469f4d956dee39101440aa;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);