X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=kernel%2Fsched%2Fauto_group.h;h=8bd047142816dea81894bb27ccc3c78a38ac3d61;hb=597690cd02684b7e4904288e4b85797123a5093f;hp=443232ebbb53b24ea369ca3c4fbb7b53c5e8cbef;hpb=70dcc535bdf30ffaef58b867fbde45c0287f34c6;p=mirror_ubuntu-zesty-kernel.git diff --git a/kernel/sched/auto_group.h b/kernel/sched/auto_group.h index 443232ebbb53..8bd047142816 100644 --- a/kernel/sched/auto_group.h +++ b/kernel/sched/auto_group.h @@ -4,6 +4,11 @@ #include struct autogroup { + /* + * reference doesn't mean how many thread attach to this + * autogroup now. It just stands for the number of task + * could use this autogroup. + */ struct kref kref; struct task_group *tg; struct rw_semaphore lock;