Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1691940
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 6/6] cgroup: update debug controller to print out thread mode information |
| Date | 2017-07-19 17:50 +0200 |
| Message-ID | <u4ZoD-27S-65@gated-at.bofh.it> (permalink) |
| References | <u43DZ-7fA-3@gated-at.bofh.it> <u43DZ-7fA-13@gated-at.bofh.it> <u4lAR-1PS-1@gated-at.bofh.it> <u4ZeW-222-33@gated-at.bofh.it> <u4ZoB-27S-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Jul 19, 2017 at 11:41:09AM -0400, Waiman Long wrote: > On 07/19/2017 11:31 AM, Tejun Heo wrote: > > 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. > > > Oh, I am not saying that we should drop the whole patch. I just want to > drop the above 4 line of codes as they are not needed. lol, yeah, that's me mis-writing. I'm gonna drop only the duplicate part. Thanks. -- tejun
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH 6/6] cgroup: update debug controller to print out thread mode information Tejun Heo <tj@kernel.org> - 2017-07-19 17:40 +0200
Re: [PATCH 6/6] cgroup: update debug controller to print out thread mode information Waiman Long <longman@redhat.com> - 2017-07-19 17:50 +0200
Re: [PATCH 6/6] cgroup: update debug controller to print out thread mode information Tejun Heo <tj@kernel.org> - 2017-07-19 17:50 +0200
csiph-web