Hello, On Mon, Jul 17, 2017 at 05:19:16PM -0400, Waiman Long wrote: > > + if (cgroup_is_thread_root(css->cgroup)) > > + seq_puts(seq, "[thread root]\n"); > > + else if (cgroup_is_threaded(css->cgroup)) > > + seq_puts(seq, "[threaded]\n"); > > The cgroup status will not be needed anymore as you have introduced the > cgroup.type control file that returns the proper information. Ah, right, will drop this file. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe cgroups" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html