X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fsched%2Fauto_group.h;h=8bd047142816dea81894bb27ccc3c78a38ac3d61;hb=91dc5646819e7fd4a60f5c6dd45030478dadf77b;hp=443232ebbb53b24ea369ca3c4fbb7b53c5e8cbef;hpb=b58ed041a360ed051fab17e4d9b0f451c6fedba7;p=firefly-linux-kernel-4.4.55.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;